[BACK]Return to patch-src_OpenThreads_pthreads_PThread_c++ CVS log [TXT][DIR] Up to [local] / ports / graphics / osg / patches

File: [local] / ports / graphics / osg / patches / Attic / patch-src_OpenThreads_pthreads_PThread_c++ (download)

Revision 1.1.1.1 (vendor branch), Tue Jun 9 12:30:32 2009 UTC (15 years ago) by yason
Branch: yason
CVS Tags: import
Changes since 1.1: +0 -0 lines

template

$OpenBSD$
--- src/OpenThreads/pthreads/PThread.c++.orig	Fri Jan 30 13:10:00 2009
+++ src/OpenThreads/pthreads/PThread.c++	Fri Jan 30 13:10:29 2009
@@ -21,6 +21,7 @@
 #include <sys/types.h>
 #include <unistd.h>
 #include <pthread.h>
+#include <pthread_np.h>
 
 #if defined __linux || defined __sun || defined __APPLE__
 #include <string.h>