mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-26 21:50:11 +00:00
11 lines
210 B
Diff
11 lines
210 B
Diff
--- a/tools/idevicedevmodectl.c
|
|
+++ b/tools/idevicedevmodectl.c
|
|
@@ -40,6 +40,7 @@
|
|
#define __usleep(x) Sleep(x/1000)
|
|
#else
|
|
#include <arpa/inet.h>
|
|
+#include <unistd.h>
|
|
#define __usleep(x) usleep(x)
|
|
#endif
|
|
|