commit | b4dd6ef223c4744f8583add1b4999c9ce0b5a0fe | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Jul 18 16:44:58 2014 -0700 |
committer | Elliott Hughes <enh@google.com> | Fri Jul 18 16:44:58 2014 -0700 |
tree | 3afea7714bc484782914dfd6ba9320c461147aec | |
parent | 719fd238d82cc612843ff2bd12751555d69dd911 [diff] |
Fix implicit declaration of function 'prctl' in adb. Change-Id: I9f14cabbb36d658510c11833b3314565a2445e10
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