In perl.git, the branch blead has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/425077e4b85509df2907be6c103d54c0687c7647?hp=d19c84829fa4872abd63ac50dcf726865190800e>

- Log -----------------------------------------------------------------
commit 425077e4b85509df2907be6c103d54c0687c7647
Author: Florian Weimer <[email protected]>
Date:   Mon Sep 9 19:35:47 2019 +0200

    Configure: Include <stdlib.h> in futimes check
    
    Needed for the exit function.

-----------------------------------------------------------------------

Summary of changes:
 Configure | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Configure b/Configure
index 818deb8378..7aa03d6aed 100755
--- 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 ()
 {

-- 
Perl5 Master Repository

Reply via email to