commit | ec535c5ba515f58791aa5044ba116d35a10a188e | [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:29:15 2014 -0700 |
tree | 21938dfdc4eba99321ce919037781ee3f177c467 | |
parent | da92bfda815aaa5f29ff77a38fcc6d821f61804c [diff] [blame] |
Fix implicit declaration of function 'prctl' in installd. Change-Id: I469ee15a0a8a79d005b15aad5097b6c13c20ab7e
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>