diff options
author | Dan Sugalski <dan@sidhe.org> | 2001-05-02 07:37:27 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-05-02 15:35:37 +0000 |
commit | fd8cd3a3fe489fe70b00d1da7f9034bb1c56f03c (patch) | |
tree | dd0eebd71482f83187b55d14fa0340d6ffdc2cf6 /thread.h | |
parent | 09bf542c87dffb276bec96e979ba5437e7fc39b1 (diff) | |
download | perl-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.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ #if defined(USE_THREADS) || defined(USE_ITHREADS) +#if defined(VMS) +#include <builtins.h> +#endif + #ifdef WIN32 # include <win32thread.h> #else |