commit | 119b765a053f650b4b47256245ce836f8c403d7f | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Jul 18 17:29:15 2014 -0700 |
committer | Elliott Hughes <enh@google.com> | Fri Jul 18 17:30:32 2014 -0700 |
tree | f4b0eb4f9c3018b34dbd30770a5e273fe72a84a3 | |
parent | 31d825d7edcaac7254f310d3cf85af9fc1927c25 [diff] [blame] |
Fix implicit declaration of function 'prctl' in installd. (cherry picked from commit ec535c5ba515f58791aa5044ba116d35a10a188e) Change-Id: I3da977d85ce544b23ff00934fdbd201d683e9210
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>