diff options
author | Nikias Bassen | 2023-06-29 11:45:45 +0200 |
---|---|---|
committer | Nikias Bassen | 2023-06-29 11:45:45 +0200 |
commit | 81b12f08bd791d1d55f6194efbf0c8104124971b (patch) | |
tree | 08a84204a441d7518e285b15f8153533711e6337 /tools | |
parent | 23c1d3004fd8e1b358beb9312e58aa25f6018fc5 (diff) | |
download | libimobiledevice-81b12f08bd791d1d55f6194efbf0c8104124971b.tar.gz libimobiledevice-81b12f08bd791d1d55f6194efbf0c8104124971b.tar.bz2 |
tools/idevicedevmodectl: Add missing include
Diffstat (limited to 'tools')
-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 @@ #include <string.h> #include <getopt.h> #include <sys/stat.h> +#include <unistd.h> #include <errno.h> #ifndef WIN32 #include <signal.h> |