summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenny Root <kroot@android.com>2013-01-29 21:49:37 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2013-01-29 21:49:37 -0800
commit260f347197187c0e4ac9bf4afaf049bfa3655afc (patch)
treed7d5e83c4f430ba105520f0b51e87ba55bbfbfc5
parentd033739d176f8a2da99f80ef4a03bdca0649b644 (diff)
parentf8afaebec3d10879f22406ac1bf06a246d448f93 (diff)
downloadsystem_core-260f347197187c0e4ac9bf4afaf049bfa3655afc.zip
system_core-260f347197187c0e4ac9bf4afaf049bfa3655afc.tar.gz
system_core-260f347197187c0e4ac9bf4afaf049bfa3655afc.tar.bz2
am f8afaebe: Merge "Windows adb: include stdint.h for uint8_t on MinGW-w64"
# By Ray Donnelly # Via Gerrit Code Review (1) and Ray Donnelly (1) * commit 'f8afaebec3d10879f22406ac1bf06a246d448f93': Windows adb: include stdint.h for uint8_t on MinGW-w64
-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"