adb: fix build breakage on recent musl

This commit is contained in:
CN_SZTL 2019-08-16 12:01:24 +08:00
parent 87ba6315c6
commit bc5b6d16f2
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -0,0 +1,10 @@
--- 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>