From c69a26e800153396666dbd931fd30c3885104a2f Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sat, 21 Dec 2013 16:51:59 -0700 Subject: [PATCH] APItest.xs: #include fakesdio.h This causes the printf's and other stdio functions in the file to instead be the PerlIO equivalents. We aren't trying to test libc after all. See http://markmail.org/message/h26bq75cxlfe3y7r --- ext/XS-APItest/APItest.xs | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/XS-APItest/APItest.xs b/ext/XS-APItest/APItest.xs index e352195..a4b91f6 100644 --- a/ext/XS-APItest/APItest.xs +++ b/ext/XS-APItest/APItest.xs @@ -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; -- 1.8.3.1