1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/games/libretro-opera/files/patch-libretro-common_rthreads_rthreads.c
2023-11-06 19:17:12 -05:00

12 lines
318 B
C

--- libretro-common/rthreads/rthreads.c.orig 2023-11-02 10:48:48 UTC
+++ libretro-common/rthreads/rthreads.c
@@ -55,7 +55,7 @@
#include <time.h>
#endif
-#if defined(VITA) || defined(BSD) || defined(ORBIS)
+#if defined(VITA) || defined(BSD) || defined(ORBIS) || (__FreeBSD__ <= 12)
#include <sys/time.h>
#endif