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

Commit 260f3471 authored by Kenny Root's avatar Kenny Root Committed by Android Git Automerger
Browse files

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

# By Ray Donnelly
# Via Gerrit Code Review (1) and Ray Donnelly (1)
* commit 'f8afaebe':
  Windows adb: include stdint.h for uint8_t on MinGW-w64
parents d033739d f8afaebe
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -25,6 +25,7 @@
#include <string.h>
#include <string.h>
#include <time.h>
#include <time.h>
#include <sys/time.h>
#include <sys/time.h>
#include <stdint.h>


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