commit | 2dd1ec6d110590d234b8fa432d8a945884f5b26e | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Aug 30 00:28:42 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Aug 30 00:28:42 2018 +0000 |
tree | bedc80951f86d7a24fa2a60479e16320aed3b867 | |
parent | 24b861d742badcd59c0ef7c3aa8f930767949fda [diff] | |
parent | 0a10040289316736b05515e8374bf218d4ddbc91 [diff] |
Merge "adb should #include <sys/sysmacros.h>"
diff --git a/adb/client/usb_linux.cpp b/adb/client/usb_linux.cpp index 869e858..f1bf559 100644 --- a/adb/client/usb_linux.cpp +++ b/adb/client/usb_linux.cpp
@@ -30,6 +30,7 @@ #include <string.h> #include <sys/ioctl.h> #include <sys/time.h> +#include <sys/sysmacros.h> #include <sys/types.h> #include <unistd.h>