X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=XSUB.h;h=dc805d85ac2d6e5774fc1e3189f5888bd555ecf4;hb=9f6ab4074f86da83f9650997df3135d1f2daf062;hp=48cf876346e95a49935fe26828aa7b132f3ada06;hpb=6b88bc9c1f6d4b32c70e7ef68f8c65266e431623;p=p5sagit%2Fp5-mst-13.2.git diff --git a/XSUB.h b/XSUB.h index 48cf876..dc805d8 100644 --- a/XSUB.h +++ b/XSUB.h @@ -80,14 +80,14 @@ #endif #ifdef PERL_OBJECT -#include "ObjXSub.h" +#include "objXSUB.h" #ifndef NO_XSLOCKS #ifdef WIN32 -#include "XSLock.h" +#include "XSlock.h" #endif /* WIN32 */ #endif /* NO_XSLOCKS */ #else #ifdef PERL_CAPI -#include "PerlCAPI.h" +#include "perlCAPI.h" #endif #endif /* PERL_OBJECT */