X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl.h;h=7a876b59c43acb5bd819b05c196746bab613a31b;hb=eef6c14771391102802b6df83d2d0607b74c51e3;hp=1322bbc20b6f21b097c53dc7c451ce9478a43f74;hpb=0a7020c91bd4a1b2a3d51364c3556294468b8381;p=p5sagit%2Fp5-mst-13.2.git diff --git a/perl.h b/perl.h index 1322bbc..7a876b5 100644 --- a/perl.h +++ b/perl.h @@ -425,7 +425,7 @@ int usleep(unsigned int); # define MYSWAP #endif -/* Cannot include embed.h here on Win32 as win32.h has not +/* Cannot include embed.h here on Win32 as win32.h has not yet been included and defines some config variables e.g. HAVE_INTERP_INTERN */ #if !defined(PERL_FOR_X2P) && !(defined(WIN32)||defined(VMS)) @@ -1789,7 +1789,11 @@ typedef struct clone_params CLONE_PARAMS; #endif #if defined(__VOS__) -# include "vos/vosish.h" +# ifdef __GNUC__ +# include "./vos/vosish.h" +# else +# include "vos/vosish.h" +# endif # define ISHISH "vos" #endif