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

Commit 282caf3b authored by Kenny Root's avatar Kenny Root Committed by Android Git Automerger
Browse files

am 260f3471: am f8afaebe: Merge "Windows adb: include stdint.h for uint8_t on MinGW-w64"

# By Ray Donnelly
# Via Android Git Automerger (1) and others
* commit '260f3471':
  Windows adb: include stdint.h for uint8_t on MinGW-w64
parents 6c3d3ccf 260f3471
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"