summaryrefslogtreecommitdiff
path: root/app-pda/libimobiledevice/files/libimobiledevice-1.3.0_p20240201_time_h.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-03-13 18:47:08 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-03-13 18:47:08 +0000
commitf30563609870941d7e5078dc39cfa30a0e696058 (patch)
tree156e4ad08bce26a869f00c528bc2eb9fb88cb326 /app-pda/libimobiledevice/files/libimobiledevice-1.3.0_p20240201_time_h.patch
parent57fe9fa5a06dc3ef922443afcd67321b071455d4 (diff)
gentoo auto-resync : 13:03:2024 - 18:47:08
Diffstat (limited to 'app-pda/libimobiledevice/files/libimobiledevice-1.3.0_p20240201_time_h.patch')
-rw-r--r--app-pda/libimobiledevice/files/libimobiledevice-1.3.0_p20240201_time_h.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/app-pda/libimobiledevice/files/libimobiledevice-1.3.0_p20240201_time_h.patch b/app-pda/libimobiledevice/files/libimobiledevice-1.3.0_p20240201_time_h.patch
new file mode 100644
index 000000000000..b158c97164b1
--- /dev/null
+++ b/app-pda/libimobiledevice/files/libimobiledevice-1.3.0_p20240201_time_h.patch
@@ -0,0 +1,10 @@
+--- a/tools/afcclient.c
++++ b/tools/afcclient.c
+@@ -36,6 +36,7 @@
+ #include <signal.h>
+ #include <ctype.h>
+ #include <unistd.h>
++#include <time.h>
+
+ #ifdef WIN32
+ #include <windows.h>