summaryrefslogtreecommitdiff
path: root/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'thread.h')
-rw-r--r--thread.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/thread.h b/thread.h
index 1b12978dd8..24e2a8d0e8 100644
--- a/thread.h
+++ b/thread.h
@@ -1,5 +1,9 @@
#if defined(USE_THREADS) || defined(USE_ITHREADS)
+#if defined(VMS)
+#include <builtins.h>
+#endif
+
#ifdef WIN32
# include <win32thread.h>
#else