mirror of https://github.com/hak5/openwrt.git
11 lines
204 B
Diff
11 lines
204 B
Diff
|
--- a/adb/usb_linux.c
|
||
|
+++ b/adb/usb_linux.c
|
||
|
@@ -21,6 +21,7 @@
|
||
|
|
||
|
#include <sys/ioctl.h>
|
||
|
#include <sys/types.h>
|
||
|
+#include <sys/sysmacros.h>
|
||
|
#include <sys/time.h>
|
||
|
#include <dirent.h>
|
||
|
#include <fcntl.h>
|