commit | 366f076366f7746e5159ff837b2407545940c955 | [log] [tgz] |
---|---|---|
author | Nick Kralevich <nnk@google.com> | Thu Feb 28 23:26:30 2013 +0000 |
committer | Android Git Automerger <android-git-automerger@android.com> | Thu Feb 28 23:26:30 2013 +0000 |
tree | abf659f21886f01c2aa46889b0a57faa64dfe83b | |
parent | fe20a2ade0825a3f428d637e2b6ad3d8582bcd0e [diff] | |
parent | 277626e59dc0ccbf0337ec6615622f46e6f958fd [diff] |
am 277626e5: am 844306bd: am cc4499b6: Merge "adb: use correct header file." * commit '277626e59dc0ccbf0337ec6615622f46e6f958fd': adb: use correct header file.
diff --git a/adb/adb.c b/adb/adb.c index a11e024..d2a2d27 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