1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/net/b2bua/files/patch-util::threads::VSemaphore.hxx

14 lines
290 B
C++

$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>