Merge "Fix Mac adb build."

am: 8660035010

* commit '8660035010515833c538401a418dfb74427aefc6':
  Fix Mac adb build.
This commit is contained in:
Elliott Hughes 2015-11-04 21:22:01 +00:00 committed by android-build-merger
commit 2176a87b8e

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