| commit | 9de01bd27e0a49f28ebdf223b7031c2cb67c3dd9 | [log] [tgz] |
|---|---|---|
| author | Nick Kralevich <nnk@google.com> | Thu Feb 28 14:12:58 2013 -0800 |
| committer | Nick Kralevich <nnk@google.com> | Thu Feb 28 14:12:58 2013 -0800 |
| tree | 202e8ed0eb9e266ed8a0c3610bd1381d456c935a | |
| parent | 093515ef50f5fb878c4cfe6ad191bd6ef2981702 [diff] [blame] |
adb: use correct header file. Change-Id: I7a66ced762dc077247fd7c2714ae8850ffdcaeb9
diff --git a/adb.c b/adb.c index 399d43a..71b7a8b 100644 --- a/adb.c +++ b/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