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
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Configure: Include <stdlib.h> in futimes check
[perl5.git]
/
Configure
diff --git
a/Configure
b/Configure
index
818deb8
..
7aa03d6
100755
(executable)
--- a/
Configure
+++ b/
Configure
@@
-14091,6
+14091,7
@@
$cat >try.c <<EOCP
#include <sys/time.h>
#include <errno.h>
#include <fcntl.h>
+#include <stdlib.h>
int main ()
{