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

Commit 49f0f776 authored by Kenny Root's avatar Kenny Root Committed by Android Git Automerger
Browse files

am 282caf3b: am 260f3471: am f8afaebe: Merge "Windows adb: include stdint.h...

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

# By Ray Donnelly
# Via Android Git Automerger (2) and others
* commit '282caf3b':
  Windows adb: include stdint.h for uint8_t on MinGW-w64
parents 53e5b242 282caf3b
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"