ports/games/libretro-beetle_saturn/files/patch-libretro-common_rthreads_rthreads.c
Daniel Menelkir 6acbe792c9 games/libretro-beetle_saturn: New port
Standalone port of Mednafen Saturn to libretro.

PR:		256776
2021-08-13 14:41:08 -04:00

12 lines
234 B
C

--- libretro-common/rthreads/rthreads.c.orig 2021-06-22 13:57:12 UTC
+++ libretro-common/rthreads/rthreads.c
@@ -64,6 +64,8 @@
#include <mach/mach.h>
#endif
+#include <sys/time.h>
+
struct thread_data
{
void (*func)(void*);