diff options
author | Kenny Root <kroot@android.com> | 2013-01-29 21:52:08 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-01-29 21:52:08 -0800 |
commit | 282caf3bd0dfd81b92ac74e0b3ea970d195fee7b (patch) | |
tree | 1431c203b4b186a8f7168a3054e20e72e37011aa | |
parent | 6c3d3ccfa5d1d77b80e5c7619909a48b976c69ec (diff) | |
parent | 260f347197187c0e4ac9bf4afaf049bfa3655afc (diff) | |
download | system_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
-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" |