Merge "Fix Mac adb build." am: 8660035010

am: 2176a87b8e

* commit '2176a87b8e0bb9509bce3b69433fe1c74330ee87':
  Fix Mac adb build.
This commit is contained in:
Elliott Hughes 2015-11-04 21:24:38 +00:00 committed by android-build-merger
commit 48b6a1f346

View file

@ -41,7 +41,7 @@
#if !defined(_WIN32)
#include <signal.h>
#include <termio.h>
#include <sys/ioctl.h>
#include <termios.h>
#include <unistd.h>
#endif