blob: 9536db8109613c17ec5b010f4cdf80cea54902d8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- src/environment.h.orig Wed Dec 13 17:33:19 2000
+++ src/environment.h Wed Dec 13 17:33:40 2000
@@ -55,7 +55,7 @@
#include <thread.h>
#endif
#include <pthread.h>
-#if !defined(HAVE_PTHREAD_RWLOCK_INIT)
+#if !defined(HAVE_PTHREAD_RWLOCK_INIT) && !defined(FREEBSD)
#include "rwlock.h"
#endif
|