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

Commit 48b6a1f3 authored by Elliott Hughes's avatar Elliott Hughes Committed by android-build-merger
Browse files

Merge "Fix Mac adb build." am: 86600350

am: 2176a87b

* commit '2176a87b':
  Fix Mac adb build.
parents e768a353 2176a87b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@

#if !defined(_WIN32)
#include <signal.h>
#include <termio.h>
#include <sys/ioctl.h>
#include <termios.h>
#include <unistd.h>
#endif