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

Change-Id: I84b8284bc034feb0acd313b0aad9e2fa5868854f
This commit is contained in:
Ray Donnelly 2012-11-29 01:36:08 +00:00
parent 267aa8b00e
commit cbb9891049

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"