summaryrefslogtreecommitdiff
path: root/net/b2bua/files/patch-util::threads::VSemaphore.hxx
blob: 4aa18be27390d7a012f4d628d4187d997ef2f2cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
$FreeBSD$

--- util/threads/VSemaphore.hxx	2003/01/19 14:09:49	1.1
+++ util/threads/VSemaphore.hxx	2003/01/19 14:10:16
@@ -59,6 +59,7 @@
 #endif
 
 #if defined( __linux__ ) || defined(__FreeBSD__) || defined (WIN32)
+#include <pthread.h>
 #include <semaphore.h>
 #else
 #include <synch.h>