commit | e2864bf727d6a404bd871f063c03e36cc8eedeec | [log] [tgz] |
---|---|---|
author | Nick Kralevich <nnk@google.com> | Thu Feb 28 14:12:58 2013 -0800 |
committer | Nick Kralevich <nnk@google.com> | Thu Feb 28 14:12:58 2013 -0800 |
tree | bcd758d7f22752503b93ee1c3de7173ade55a42d | |
parent | ff03bc3024cb60d1840552f4e966f5b616fd861f [diff] |
adb: use correct header file. Change-Id: I7a66ced762dc077247fd7c2714ae8850ffdcaeb9
diff --git a/adb/adb.c b/adb/adb.c index 399d43a..71b7a8b 100644 --- a/adb/adb.c +++ b/adb/adb.c
@@ -35,7 +35,7 @@ #if !ADB_HOST #include <private/android_filesystem_config.h> -#include <linux/capability.h> +#include <sys/capability.h> #include <linux/prctl.h> #include <sys/mount.h> #else