diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-01-19 20:43:32 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-01-19 20:43:32 +0000 |
commit | 629cabf0d507861b3292db92ce1f2bb9b303d9ec (patch) | |
tree | b1bc45de0d20306aefb75aa62fa6d91013973806 /net/b2bua/files/patch-util::threads::VSemaphore.hxx | |
parent | Release to the wild. (diff) |
Add b2bua 1.4.0, a back-to-back (B2B) SIP user agent.
Notes
Notes:
svn path=/head/; revision=73561
Diffstat (limited to 'net/b2bua/files/patch-util::threads::VSemaphore.hxx')
-rw-r--r-- | net/b2bua/files/patch-util::threads::VSemaphore.hxx | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/b2bua/files/patch-util::threads::VSemaphore.hxx b/net/b2bua/files/patch-util::threads::VSemaphore.hxx new file mode 100644 index 000000000000..4aa18be27390 --- /dev/null +++ b/net/b2bua/files/patch-util::threads::VSemaphore.hxx @@ -0,0 +1,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> |