mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
a2de77956a
PR: 274647
12 lines
318 B
C
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
|
|
|