diff --git a/Lib/perl5/noembed.h b/Lib/perl5/noembed.h index 572465490..27e510df1 100644 --- a/Lib/perl5/noembed.h +++ b/Lib/perl5/noembed.h @@ -100,3 +100,9 @@ #ifdef bind #undef bind #endif +#ifdef access + #undef access +#endif +#ifdef stat + #undef stat +#endif