pkgsrc/emulators/snes9x/patches/patch-ad
wiz 11ab3b23a8 Update to 1.37.3, based on pkg/13070 by Jared D. McNeill; buildlinked.
Lots of emulation-related fixes and improvements.
2001-07-17 15:31:24 +00:00

17 lines
313 B
Text

$NetBSD: patch-ad,v 1.2 2001/07/17 15:31:25 wiz Exp $
--- netplay.cpp.orig Wed Feb 28 22:12:22 2001
+++ netplay.cpp
@@ -75,8 +75,12 @@
#ifdef USE_THREADS
#include <pthread.h>
+#ifdef __NetBSD__
+#include <sys/sched.h>
+#else
#include <sched.h>
#include <semaphore.h>
+#endif
#endif
#include "snes9x.h"