freebsd-ports/databases/virtuoso/files/patch-libsrc-Thread-thread_int.h
Ade Lovett ccd0fca5ec Unbreak pthread-related issues on 5.x
Approved by:	portmgr
2007-11-26 17:45:55 +00:00

6 lines
225 B
C

--- libsrc/Thread/thread_int.h.orig Mon Jan 22 06:28:12 2007
+++ libsrc/Thread/thread_int.h Sun Nov 25 10:31:20 2007
@@ -36,2 +36,3 @@
#include <assert.h>
+#include <pthread.h> /* For FreeBSD 5.x */
#define _THREAD_INT_HS