Merge "Windows adb: include stdint.h for uint8_t on MinGW-w64"

This commit is contained in:
Kenny Root 2013-01-30 05:44:17 +00:00 committed by Gerrit Code Review
commit f8afaebec3

View file

@ -25,6 +25,7 @@
#include <string.h>
#include <time.h>
#include <sys/time.h>
#include <stdint.h>
#include "sysdeps.h"
#include "adb.h"