Skip to content

Commit 81b12f0

Browse files
committed
tools/idevicedevmodectl: Add missing include
1 parent 23c1d30 commit 81b12f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/idevicedevmodectl.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
#include <string.h>
3131
#include <getopt.h>
3232
#include <sys/stat.h>
33+
#include <unistd.h>
3334
#include <errno.h>
3435
#ifndef WIN32
3536
#include <signal.h>

0 commit comments

Comments
 (0)