# By Ray Donnelly # Via Android Git Automerger (1) and others * commit '260f347197187c0e4ac9bf4afaf049bfa3655afc': Windows adb: include stdint.h for uint8_t on MinGW-w64
This commit is contained in:
commit
282caf3bd0
1 changed files with 1 additions and 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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue