Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f8afaebe authored by Kenny Root's avatar Kenny Root Committed by Gerrit Code Review
Browse files

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

parents d40fd86e cbb98910
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@
#include <string.h>
#include <time.h>
#include <sys/time.h>
#include <stdint.h>

#include "sysdeps.h"
#include "adb.h"