diff options
author | 2023-06-29 11:45:45 +0200 | |
---|---|---|
committer | 2023-06-29 11:45:45 +0200 | |
commit | 81b12f08bd791d1d55f6194efbf0c8104124971b (patch) | |
tree | 08a84204a441d7518e285b15f8153533711e6337 | |
parent | 23c1d3004fd8e1b358beb9312e58aa25f6018fc5 (diff) | |
download | libimobiledevice-81b12f08bd791d1d55f6194efbf0c8104124971b.tar.gz libimobiledevice-81b12f08bd791d1d55f6194efbf0c8104124971b.tar.bz2 |
tools/idevicedevmodectl: Add missing include
-rw-r--r-- | tools/idevicedevmodectl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/idevicedevmodectl.c b/tools/idevicedevmodectl.c index 739bc13..ba9b935 100644 --- a/tools/idevicedevmodectl.c +++ b/tools/idevicedevmodectl.c | |||
@@ -30,6 +30,7 @@ | |||
30 | #include <string.h> | 30 | #include <string.h> |
31 | #include <getopt.h> | 31 | #include <getopt.h> |
32 | #include <sys/stat.h> | 32 | #include <sys/stat.h> |
33 | #include <unistd.h> | ||
33 | #include <errno.h> | 34 | #include <errno.h> |
34 | #ifndef WIN32 | 35 | #ifndef WIN32 |
35 | #include <signal.h> | 36 | #include <signal.h> |