aboutsummaryrefslogtreecommitdiff
path: root/emulators/libretro-kronos/files/patch-yabause_src_libretro_libretro-common_rthreads_rthreads.c
blob: a257dba8db83f877545b8c46ba7f8807fec656cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- yabause/src/libretro/libretro-common/rthreads/rthreads.c.orig	2020-05-02 13:49:27 UTC
+++ yabause/src/libretro/libretro-common/rthreads/rthreads.c
@@ -67,6 +67,8 @@
 #include <mach/mach.h>
 #endif
 
+#include <sys/time.h>
+
 struct thread_data
 {
    void (*func)(void*);