From: Jarkko Hietaniemi Date: Fri, 6 Nov 1998 07:55:38 +0000 (+0000) Subject: Mach CThreads needs #include . X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bdd6696892b57e3fa93fc4ddc3f9440809bbac50;p=p5sagit%2Fp5-mst-13.2.git Mach CThreads needs #include . p4raw-id: //depot/cfgperl@2208 --- diff --git a/perl.h b/perl.h index 04647a3..e2a5a4c 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 typedef cthread_t perl_os_thread; typedef mutex_t perl_mutex; typedef condition_t perl_cond;