commit | fd62d07db04277bd54485a969b0870221de5c18e | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Jul 18 23:45:26 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jul 17 22:33:54 2014 +0000 |
tree | 3afea7714bc484782914dfd6ba9320c461147aec | |
parent | 719fd238d82cc612843ff2bd12751555d69dd911 [diff] | |
parent | b4dd6ef223c4744f8583add1b4999c9ce0b5a0fe [diff] |
Merge "Fix implicit declaration of function 'prctl' in adb."
diff --git a/adb/adb.c b/adb/adb.c index 90bdbaa..2c7793d 100644 --- a/adb/adb.c +++ b/adb/adb.c
@@ -37,8 +37,8 @@ #include <cutils/properties.h> #include <private/android_filesystem_config.h> #include <sys/capability.h> -#include <linux/prctl.h> #include <sys/mount.h> +#include <sys/prctl.h> #include <getopt.h> #include <selinux/selinux.h> #else