commit | 844306bd9cb3c8b3e514e5d91e9514556e8f95f4 | [log] [tgz] |
---|---|---|
author | Nick Kralevich <nnk@google.com> | Thu Feb 28 15:20:41 2013 -0800 |
committer | Android Git Automerger <android-git-automerger@android.com> | Thu Feb 28 15:20:41 2013 -0800 |
tree | 62314f29587c2f876f3312748f926b13e9275cbc | |
parent | 96f60a8cf8a6e8e8c077339a27e417cd15645e1b [diff] | |
parent | cc4499b6fa9ad4cbe285d78754edcb6dd30ab893 [diff] |
am cc4499b6: Merge "adb: use correct header file." * commit 'cc4499b6fa9ad4cbe285d78754edcb6dd30ab893': adb: use correct header file.
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