In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/6f408c34f6bf329137019b45c93a2d401e4065a8?hp=caf70b5c97d50a1b6f927d49331651d7d4bc2bff>
- Log ----------------------------------------------------------------- commit 6f408c34f6bf329137019b45c93a2d401e4065a8 Author: George Greer <[email protected]> Date: Wed Feb 16 15:00:47 2011 -0500 Windows builds require perliol.h conditional on USE_PERLIO. ----------------------------------------------------------------------- Summary of changes: util.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/util.c b/util.c index 4b4bfe1..dabc062 100644 --- a/util.c +++ b/util.c @@ -25,7 +25,9 @@ #define PERL_IN_UTIL_C #include "perl.h" +#ifdef USE_PERLIO #include "perliol.h" /* For PerlIOUnix_refcnt */ +#endif #ifndef PERL_MICRO #include <signal.h> -- Perl5 Master Repository
