summaryrefslogtreecommitdiffstats
path: root/adb/adb.c
diff options
context:
space:
mode:
authorKenny Root <kroot@android.com>2013-01-29 21:54:00 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2013-01-29 21:54:00 -0800
commit49f0f776932ec6120d41d8e144247f9d36a01fb5 (patch)
treea58c6096d979824bcf2ad4ffb53b3e02db8fa714 /adb/adb.c
parent53e5b242317a079a6a194e21e5e06a91ab6a23d8 (diff)
parent282caf3bd0dfd81b92ac74e0b3ea970d195fee7b (diff)
downloadsystem_core-49f0f776932ec6120d41d8e144247f9d36a01fb5.zip
system_core-49f0f776932ec6120d41d8e144247f9d36a01fb5.tar.gz
system_core-49f0f776932ec6120d41d8e144247f9d36a01fb5.tar.bz2
am 282caf3b: am 260f3471: am f8afaebe: Merge "Windows adb: include stdint.h for uint8_t on MinGW-w64"
# By Ray Donnelly # Via Android Git Automerger (2) and others * commit '282caf3bd0dfd81b92ac74e0b3ea970d195fee7b': 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 a3cd281..c57a875 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"