diff options
author | Kenny Root <kroot@android.com> | 2013-01-29 21:54:00 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-01-29 21:54:00 -0800 |
commit | 49f0f776932ec6120d41d8e144247f9d36a01fb5 (patch) | |
tree | a58c6096d979824bcf2ad4ffb53b3e02db8fa714 | |
parent | 53e5b242317a079a6a194e21e5e06a91ab6a23d8 (diff) | |
parent | 282caf3bd0dfd81b92ac74e0b3ea970d195fee7b (diff) | |
download | system_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
-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" |