diff options
author | Kenny Root <kroot@android.com> | 2013-01-30 05:44:17 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2013-01-30 05:44:17 +0000 |
commit | f8afaebec3d10879f22406ac1bf06a246d448f93 (patch) | |
tree | db8ed97fa550691e78ed0150e1b184c04d4a227c /adb | |
parent | d40fd86ec5bdf56e8cd5a702ffc5332b6de931e4 (diff) | |
parent | cbb9891049628a2a89d566cade88c80ba1ba4a7b (diff) | |
download | system_core-f8afaebec3d10879f22406ac1bf06a246d448f93.zip system_core-f8afaebec3d10879f22406ac1bf06a246d448f93.tar.gz system_core-f8afaebec3d10879f22406ac1bf06a246d448f93.tar.bz2 |
Merge "Windows adb: include stdint.h for uint8_t on MinGW-w64"
Diffstat (limited to 'adb')
-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" |