This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
caf70b5
)
Windows builds require perliol.h conditional on USE_PERLIO.
author
George Greer
<perl@greerga.m-l.org>
Wed, 16 Feb 2011 20:00:47 +0000
(15:00 -0500)
committer
George Greer
<perl@greerga.m-l.org>
Wed, 16 Feb 2011 20:02:48 +0000
(15:02 -0500)
util.c
patch
|
blob
|
blame
|
history
diff --git
a/util.c
b/util.c
index
4b4bfe1
..
dabc062
100644
(file)
--- 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>