diff options
author | Nick Kralevich <nnk@google.com> | 2013-02-28 14:12:58 -0800 |
---|---|---|
committer | Nick Kralevich <nnk@google.com> | 2013-02-28 14:12:58 -0800 |
commit | e2864bf727d6a404bd871f063c03e36cc8eedeec (patch) | |
tree | bcd758d7f22752503b93ee1c3de7173ade55a42d /adb | |
parent | ff03bc3024cb60d1840552f4e966f5b616fd861f (diff) | |
download | system_core-e2864bf727d6a404bd871f063c03e36cc8eedeec.zip system_core-e2864bf727d6a404bd871f063c03e36cc8eedeec.tar.gz system_core-e2864bf727d6a404bd871f063c03e36cc8eedeec.tar.bz2 |
adb: use correct header file.
Change-Id: I7a66ced762dc077247fd7c2714ae8850ffdcaeb9
Diffstat (limited to 'adb')
-rw-r--r-- | adb/adb.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |