diff options
author | Elliott Hughes <enh@google.com> | 2015-11-04 21:14:19 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-11-04 21:14:19 +0000 |
commit | 8660035010515833c538401a418dfb74427aefc6 (patch) | |
tree | adbb825f38a0288b908a1860bbedbdc45b4b7bd3 | |
parent | 1358e2869c5816c74582cbc1f21eba50512375c1 (diff) | |
parent | 0fbf9618bb595a93a83d034f04bb63e7881d8bf3 (diff) | |
download | core-8660035010515833c538401a418dfb74427aefc6.tar.gz core-8660035010515833c538401a418dfb74427aefc6.tar.bz2 core-8660035010515833c538401a418dfb74427aefc6.zip |
Merge "Fix Mac adb build."
-rw-r--r-- | adb/commandline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adb/commandline.cpp b/adb/commandline.cpp index 2aa922de1..c5eabcffc 100644 --- a/adb/commandline.cpp +++ b/adb/commandline.cpp @@ -41,7 +41,7 @@ #if !defined(_WIN32) #include <signal.h> -#include <termio.h> +#include <sys/ioctl.h> #include <termios.h> #include <unistd.h> #endif |