mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +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>
|