summaryrefslogtreecommitdiffstats
path: root/adb
diff options
context:
space:
mode:
authorKenny Root <kroot@android.com>2013-01-30 05:44:17 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2013-01-30 05:44:17 +0000
commitf8afaebec3d10879f22406ac1bf06a246d448f93 (patch)
treedb8ed97fa550691e78ed0150e1b184c04d4a227c /adb
parentd40fd86ec5bdf56e8cd5a702ffc5332b6de931e4 (diff)
parentcbb9891049628a2a89d566cade88c80ba1ba4a7b (diff)
downloadsystem_core-f8afaebec3d10879f22406ac1bf06a246d448f93.zip
system_core-f8afaebec3d10879f22406ac1bf06a246d448f93.tar.gz
system_core-f8afaebec3d10879f22406ac1bf06a246d448f93.tar.bz2
Merge "Windows adb: include stdint.h for uint8_t on MinGW-w64"
Diffstat (limited to 'adb')
-rw-r--r--adb/adb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/adb/adb.c b/adb/adb.c
index b5d93f8..92436da 100644
--- a/adb/adb.c
+++ b/adb/adb.c
@@ -25,6 +25,7 @@
#include <string.h>
#include <time.h>
#include <sys/time.h>
+#include <stdint.h>
#include "sysdeps.h"
#include "adb.h"