diff options
author | 2024-06-27 11:25:48 +0200 | |
---|---|---|
committer | 2024-06-27 11:25:48 +0200 | |
commit | 927898ca5d267d2539dc88ea7b8712f27c1d5276 (patch) | |
tree | 54ea6a2ca0762b0d549f4f814037e645a19c73db /tools | |
parent | 87788aeaef929d7fadb7f282d6310bb6ecd3b1e0 (diff) | |
download | libimobiledevice-927898ca5d267d2539dc88ea7b8712f27c1d5276.tar.gz libimobiledevice-927898ca5d267d2539dc88ea7b8712f27c1d5276.tar.bz2 |
tools/afcclient: Add missing time.h header.
Thanks @neheb for pointing this out.
Diffstat (limited to 'tools')
-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 617e59a..8f49831 100644 --- a/tools/afcclient.c +++ b/tools/afcclient.c | |||
@@ -37,6 +37,7 @@ | |||
37 | #include <ctype.h> | 37 | #include <ctype.h> |
38 | #include <unistd.h> | 38 | #include <unistd.h> |
39 | #include <dirent.h> | 39 | #include <dirent.h> |
40 | #include <time.h> | ||
40 | 41 | ||
41 | #ifdef WIN32 | 42 | #ifdef WIN32 |
42 | #include <windows.h> | 43 | #include <windows.h> |