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

Commit cbb98910 authored by Ray Donnelly's avatar Ray Donnelly
Browse files

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

Change-Id: I84b8284bc034feb0acd313b0aad9e2fa5868854f
parent 267aa8b0
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"