diff options
author | Kenny Root <kroot@android.com> | 2013-01-29 21:49:37 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-01-29 21:49:37 -0800 |
commit | 260f347197187c0e4ac9bf4afaf049bfa3655afc (patch) | |
tree | d7d5e83c4f430ba105520f0b51e87ba55bbfbfc5 | |
parent | d033739d176f8a2da99f80ef4a03bdca0649b644 (diff) | |
parent | f8afaebec3d10879f22406ac1bf06a246d448f93 (diff) | |
download | system_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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ #include <string.h> #include <time.h> #include <sys/time.h> +#include <stdint.h> #include "sysdeps.h" #include "adb.h" |