aboutsummaryrefslogtreecommitdiff
path: root/games/libretro-desmume2015/files/patch-desmume_src_libretro-common_rthreads_rthreads.c
blob: 33166ce59c2035a7aac699c8e78dc7f117dc764c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- desmume/src/libretro-common/rthreads/rthreads.c.orig	2020-03-17 22:13:05 UTC
+++ desmume/src/libretro-common/rthreads/rthreads.c
@@ -60,6 +60,8 @@
 #include <mach/mach.h>
 #endif
 
+#include <sys/time.h>
+
 struct thread_data
 {
    void (*func)(void*);