summaryrefslogtreecommitdiffstats
path: root/adb
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2013-02-28 14:12:58 -0800
committerNick Kralevich <nnk@google.com>2013-02-28 14:12:58 -0800
commite2864bf727d6a404bd871f063c03e36cc8eedeec (patch)
treebcd758d7f22752503b93ee1c3de7173ade55a42d /adb
parentff03bc3024cb60d1840552f4e966f5b616fd861f (diff)
downloadsystem_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.c2
1 files changed, 1 insertions, 1 deletions
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