installd: use correct header file.

This is a port of https://android-review.googlesource.com/52540 ,
which doesn't apply cleanly to master.

Change-Id: I2824bb7afd4e343b5dc8bed9f24002ec1dcbf07f
This commit is contained in:
Nick Kralevich 2013-02-28 16:59:13 -08:00
parent a9a1b006e4
commit d747129e1e
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
** limitations under the License.
*/
#include <linux/capability.h>
#include <sys/capability.h>
#include "installd.h"
#include <diskusage/dirsize.h>
#include <selinux/android.h>

View File

@ -14,7 +14,7 @@
** limitations under the License.
*/
#include <linux/capability.h>
#include <sys/capability.h>
#include <linux/prctl.h>
#include "installd.h"