Files
packages/libs/libimobiledevice/patches/010-gcc14.patch
Rosen Penev 0b37712ad0 libimobiledevice: update to 2024-05-20
Add patch to fix compilation with GCC14.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-27 10:46:03 -07:00

11 lines
185 B
Diff

--- a/tools/afcclient.c
+++ b/tools/afcclient.c
@@ -37,6 +37,7 @@
#include <ctype.h>
#include <unistd.h>
#include <dirent.h>
+#include <time.h>
#ifdef WIN32
#include <windows.h>