summaryrefslogtreecommitdiff
path: root/graphics/OpenRM/patches/patch-aa
blob: 17df810cd5fa690207e000b0f3ff4ba6c43de996 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.1.1.1 2004/02/05 20:34:17 garbled Exp $
--- include/rm/rmthread.h.orig	Fri Jan 16 21:06:42 2004
+++ include/rm/rmthread.h	Thu Feb  5 01:27:44 2004
@@ -63,7 +63,9 @@
 
 #ifdef RM_X
 #include <pthread.h>
+#ifndef __NetBSD__
 #include <semaphore.h>
+#endif
 #else  /* RM_WIN */
 #include <windows.h>
 #include <process.h>