summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-07-18 17:29:15 -0700
committerElliott Hughes <enh@google.com>2014-07-18 17:29:15 -0700
commitec535c5ba515f58791aa5044ba116d35a10a188e (patch)
tree21938dfdc4eba99321ce919037781ee3f177c467
parentda92bfda815aaa5f29ff77a38fcc6d821f61804c (diff)
downloadframeworks_native-ec535c5ba515f58791aa5044ba116d35a10a188e.zip
frameworks_native-ec535c5ba515f58791aa5044ba116d35a10a188e.tar.gz
frameworks_native-ec535c5ba515f58791aa5044ba116d35a10a188e.tar.bz2
Fix implicit declaration of function 'prctl' in installd.
Change-Id: I469ee15a0a8a79d005b15aad5097b6c13c20ab7e
-rw-r--r--cmds/installd/installd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/installd/installd.c b/cmds/installd/installd.c
index e072d0d..35fba42 100644
--- a/cmds/installd/installd.c
+++ b/cmds/installd/installd.c
@@ -15,7 +15,7 @@
*/
#include <sys/capability.h>
-#include <linux/prctl.h>
+#include <sys/prctl.h>
#include <selinux/android.h>
#include <selinux/avc.h>