2013-09-26 17:14:40 +02:00

19 lines
348 B
Plaintext

$NetBSD: patch-ad,v 1.3 2006/03/18 15:56:00 ben Exp $
--- netplay.cpp.orig 2004-12-30 14:15:45.000000000 -0800
+++ netplay.cpp
@@ -126,9 +126,13 @@
#ifdef USE_THREADS
#include <pthread.h>
+#ifdef __NetBSD__
+#include <sys/sched.h>
+#else
#include <sched.h>
#include <semaphore.h>
#endif
+#endif
#include "snes9x.h"
#include "cpuexec.h"