summaryrefslogtreecommitdiffstats
path: root/cmds
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:30:32 -0700
commit119b765a053f650b4b47256245ce836f8c403d7f (patch)
treef4b0eb4f9c3018b34dbd30770a5e273fe72a84a3 /cmds
parent31d825d7edcaac7254f310d3cf85af9fc1927c25 (diff)
downloadframeworks_native-119b765a053f650b4b47256245ce836f8c403d7f.zip
frameworks_native-119b765a053f650b4b47256245ce836f8c403d7f.tar.gz
frameworks_native-119b765a053f650b4b47256245ce836f8c403d7f.tar.bz2
Fix implicit declaration of function 'prctl' in installd.
(cherry picked from commit ec535c5ba515f58791aa5044ba116d35a10a188e) Change-Id: I3da977d85ce544b23ff00934fdbd201d683e9210
Diffstat (limited to 'cmds')
-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 3be72a4..62579b9 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>