summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2019-09-09 19:35:47 +0200
committerTony Cook <tony@develop-help.com>2019-09-10 10:37:41 +1000
commit425077e4b85509df2907be6c103d54c0687c7647 (patch)
tree74d28e8be977c475379ab899dbf572c15c2e6868 /Configure
parentd19c84829fa4872abd63ac50dcf726865190800e (diff)
downloadperl-425077e4b85509df2907be6c103d54c0687c7647.tar.gz
Configure: Include <stdlib.h> in futimes check
Needed for the exit function.
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure1
1 files changed, 1 insertions, 0 deletions
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 ()
{