summaryrefslogtreecommitdiff
path: root/src/semaphore.hpp
diff options
context:
space:
mode:
authorBrett Cameron <Brett.Cameron@hp.com>2011-03-08 14:39:52 +0100
committerMartin Sustrik <sustrik@250bpm.com>2011-03-08 14:39:52 +0100
commitb00be2651c39d0c08064f206b31a14e810ba0b22 (patch)
treede77476ed71703c080779211256b749aca40f027 /src/semaphore.hpp
parent184bdb8e2bb6fe252af1bf4dd16d1c9ed8892f7a (diff)
Different fixed to make OpenVMS port work.
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'src/semaphore.hpp')
-rw-r--r--src/semaphore.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/semaphore.hpp b/src/semaphore.hpp
index dffd8fc..edc0683 100644
--- a/src/semaphore.hpp
+++ b/src/semaphore.hpp
@@ -26,6 +26,8 @@
#if defined ZMQ_HAVE_WINDOWS
#include "windows.hpp"
+#elif defined ZMQ_HAVE_OPENVMS
+#include <pthread.h>
#else
#include <semaphore.h>
#endif