aboutsummaryrefslogtreecommitdiff
path: root/emulators/pcem/files/patch-src_wx-sdl2.c
blob: 141f9cfab0b90edb5e192b643dfd6ee352d68710 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- src/wx-sdl2.c.orig	2020-12-01 19:49:05 UTC
+++ src/wx-sdl2.c
@@ -44,9 +44,16 @@
 #include "wx-common.h"
 #include "wx-display.h"
 
-#if __APPLE__
+#ifdef __APPLE__
 #define pause __pause
 #include <util.h>
+#include <fcntl.h>
+#include <unistd.h>
+#undef pause
+#endif
+
+#ifdef __FreeBSD__
+#define pause __pause
 #include <fcntl.h>
 #include <unistd.h>
 #undef pause