In perl.git, the branch smoke-me/destroio has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/1125a393c7a7434217c7df2882e9286c4e838a66?hp=998fc92506bf9610126381b572fd38f89d88fcc2>

- Log -----------------------------------------------------------------
commit 1125a393c7a7434217c7df2882e9286c4e838a66
Author: Father Chrysostomos <[email protected]>
Date:   Fri Sep 19 12:38:05 2014 -0700

    #include perlio.h in doio.c
    
    See if this fixes the Windows build....
-----------------------------------------------------------------------

Summary of changes:
 doio.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doio.c b/doio.c
index cb1b275..afc0923 100644
--- a/doio.c
+++ b/doio.c
@@ -1051,6 +1051,7 @@ Perl_do_close(pTHX_ GV *gv, bool not_implicit)
     return retval;
 }
 
+#include "perlio.h"
 #include "perliol.h" /* PerlIO_restore_errno needs this */
 
 bool

--
Perl5 Master Repository

Reply via email to