diff options
author | 2024-11-29 15:35:52 +0100 | |
---|---|---|
committer | 2024-11-29 15:35:52 +0100 | |
commit | add40b9e727c8a12e9e9fabd9e6d7c07ac796d79 (patch) | |
tree | 90afd2ef8a2bfca25b97e73d28a73f15cd30409f /tools/afcclient.c | |
parent | a9110664296318a032e2a5c424eb371b24875c3c (diff) | |
download | libimobiledevice-add40b9e727c8a12e9e9fabd9e6d7c07ac796d79.tar.gz libimobiledevice-add40b9e727c8a12e9e9fabd9e6d7c07ac796d79.tar.bz2 |
tools: Fix build due to missing sys/stat.h
Diffstat (limited to 'tools/afcclient.c')
-rw-r--r-- | tools/afcclient.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/afcclient.c b/tools/afcclient.c index 1c14bf2..1f7df5e 100644 --- a/tools/afcclient.c +++ b/tools/afcclient.c @@ -38,6 +38,7 @@ #include <unistd.h> #include <dirent.h> #include <time.h> +#include <sys/stat.h> #ifdef _WIN32 #include <windows.h> |