summaryrefslogtreecommitdiffstats
path: root/adb/adb.c
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2013-02-28 22:53:32 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2013-02-28 22:53:33 +0000
commitcc4499b6fa9ad4cbe285d78754edcb6dd30ab893 (patch)
treebcd758d7f22752503b93ee1c3de7173ade55a42d /adb/adb.c
parentff03bc3024cb60d1840552f4e966f5b616fd861f (diff)
parente2864bf727d6a404bd871f063c03e36cc8eedeec (diff)
downloadsystem_core-cc4499b6fa9ad4cbe285d78754edcb6dd30ab893.zip
system_core-cc4499b6fa9ad4cbe285d78754edcb6dd30ab893.tar.gz
system_core-cc4499b6fa9ad4cbe285d78754edcb6dd30ab893.tar.bz2
Merge "adb: use correct header file."
Diffstat (limited to 'adb/adb.c')
-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