summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1998-11-06 07:55:38 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1998-11-06 07:55:38 +0000
commitbdd6696892b57e3fa93fc4ddc3f9440809bbac50 (patch)
treee196b438fac6afdcfb901ef34cb8664f33b81c5b /perl.h
parent900bd4402602e2e9cba334ad4e50b676b90e4d13 (diff)
downloadperl-bdd6696892b57e3fa93fc4ddc3f9440809bbac50.tar.gz
Mach CThreads needs #include <mach/cthreads.h>.
p4raw-id: //depot/cfgperl@2208
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl.h b/perl.h
index 04647a3654..e2a5a4c900 100644
--- a/perl.h
+++ b/perl.h
@@ -1371,6 +1371,7 @@ typedef I32 (*filter_t) _((int, SV *, int));
# include "os2thread.h"
# else
# ifdef I_MACH_CTHREADS
+# include <mach/cthreads.h>
typedef cthread_t perl_os_thread;
typedef mutex_t perl_mutex;
typedef condition_t perl_cond;