summaryrefslogtreecommitdiff
path: root/thread.h
diff options
context:
space:
mode:
authorDan Sugalski <dan@sidhe.org>2001-05-02 07:37:27 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2001-05-02 15:35:37 +0000
commitfd8cd3a3fe489fe70b00d1da7f9034bb1c56f03c (patch)
treedd0eebd71482f83187b55d14fa0340d6ffdc2cf6 /thread.h
parent09bf542c87dffb276bec96e979ba5437e7fc39b1 (diff)
downloadperl-fd8cd3a3fe489fe70b00d1da7f9034bb1c56f03c.tar.gz
Multiplicity and thread fixes for VMS
Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48> p4raw-id: //depot/perl@9960
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