gemini: In-flight ethernet patches
[openwrt/openwrt.git] / package / utils / adb / patches / 003-fix-musl-build.patch
1 --- a/adb/usb_linux.c
2 +++ b/adb/usb_linux.c
3 @@ -21,6 +21,7 @@
4
5 #include <sys/ioctl.h>
6 #include <sys/types.h>
7 +#include <sys/sysmacros.h>
8 #include <sys/time.h>
9 #include <dirent.h>
10 #include <fcntl.h>