This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
APItest.xs: #include fakesdio.h
[perl5.git] / ext / XS-APItest / APItest.xs
index e352195..a4b91f6 100644 (file)
@@ -2,6 +2,7 @@
 #include "EXTERN.h"
 #include "perl.h"
 #include "XSUB.h"
+#include "fakesdio.h"   # Causes us to use PerlIO below
 
 typedef SV *SVREF;
 typedef PTR_TBL_t *XS__APItest__PtrTable;