commit | 3d7dd6c2f8a9bb53497a51488149395362d41a94 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Nov 04 21:14:19 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Nov 04 21:14:19 2015 +0000 |
tree | adbb825f38a0288b908a1860bbedbdc45b4b7bd3 | |
parent | 745026cf9df38c161b293eefa954fc728f034981 [diff] | |
parent | 57c3db23a6866c618c694790647c89beee7db6e9 [diff] |
Merge "Fix Mac adb build."
diff --git a/adb/commandline.cpp b/adb/commandline.cpp index 2aa922d..c5eabcf 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