Merge "Fix Mac adb build."

This commit is contained in:
Elliott Hughes 2015-11-04 21:14:19 +00:00 committed by Gerrit Code Review
commit 8660035010
1 changed files with 1 additions and 1 deletions

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