summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2023-06-29 11:45:45 +0200
committerGravatar Nikias Bassen2023-06-29 11:45:45 +0200
commit81b12f08bd791d1d55f6194efbf0c8104124971b (patch)
tree08a84204a441d7518e285b15f8153533711e6337
parent23c1d3004fd8e1b358beb9312e58aa25f6018fc5 (diff)
downloadlibimobiledevice-81b12f08bd791d1d55f6194efbf0c8104124971b.tar.gz
libimobiledevice-81b12f08bd791d1d55f6194efbf0c8104124971b.tar.bz2
tools/idevicedevmodectl: Add missing include
-rw-r--r--tools/idevicedevmodectl.c1
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 @@
#include <string.h>
#include <getopt.h>
#include <sys/stat.h>
+#include <unistd.h>
#include <errno.h>
#ifndef WIN32
#include <signal.h>