mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 19:24:22 -04:00
19 lines
348 B
Plaintext
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"
|