mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 22:23:27 +00:00
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>
|