summaryrefslogtreecommitdiff
path: root/src/semaphore.hpp
diff options
context:
space:
mode:
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