summaryrefslogtreecommitdiffstats
path: root/adb/adb.c
diff options
context:
space:
mode:
authorKenny Root <kroot@android.com>2013-01-29 21:52:08 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2013-01-29 21:52:08 -0800
commit282caf3bd0dfd81b92ac74e0b3ea970d195fee7b (patch)
tree1431c203b4b186a8f7168a3054e20e72e37011aa /adb/adb.c
parent6c3d3ccfa5d1d77b80e5c7619909a48b976c69ec (diff)
parent260f347197187c0e4ac9bf4afaf049bfa3655afc (diff)
downloadsystem_core-282caf3bd0dfd81b92ac74e0b3ea970d195fee7b.zip
system_core-282caf3bd0dfd81b92ac74e0b3ea970d195fee7b.tar.gz
system_core-282caf3bd0dfd81b92ac74e0b3ea970d195fee7b.tar.bz2
am 260f3471: am f8afaebe: Merge "Windows adb: include stdint.h for uint8_t on MinGW-w64"
# By Ray Donnelly # Via Android Git Automerger (1) and others * commit '260f347197187c0e4ac9bf4afaf049bfa3655afc': Windows adb: include stdint.h for uint8_t on MinGW-w64
Diffstat (limited to 'adb/adb.c')
-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"