commit | b1f806deccfd75a78ba3ac947a9ed1d5f8e1544b | [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 | f53572265664383fdf2e24b461154fe65dd409b9 [diff] | |
parent | 2a14b48872a52460e376fde5820e9743dabb6039 [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>