4dad76
From 425077e4b85509df2907be6c103d54c0687c7647 Mon Sep 17 00:00:00 2001
4dad76
From: Florian Weimer <fweimer@redhat.com>
4dad76
Date: Mon, 9 Sep 2019 19:35:47 +0200
4dad76
Subject: [PATCH 1/2] Configure: Include <stdlib.h> in futimes check
4dad76
MIME-Version: 1.0
4dad76
Content-Type: text/plain; charset=UTF-8
4dad76
Content-Transfer-Encoding: 8bit
4dad76
4dad76
Needed for the exit function.
4dad76
4dad76
Signed-off-by: Petr Písař <ppisar@redhat.com>
4dad76
---
4dad76
 Configure | 1 +
4dad76
 1 file changed, 1 insertion(+)
4dad76
4dad76
diff --git a/Configure b/Configure
4dad76
index 818deb8378..7aa03d6aed 100755
4dad76
--- a/Configure
4dad76
+++ b/Configure
4dad76
@@ -14091,6 +14091,7 @@ $cat >try.c <
4dad76
 #include <sys/time.h>
4dad76
 #include <errno.h>
4dad76
 #include <fcntl.h>
4dad76
+#include <stdlib.h>
4dad76
 
4dad76
 int main ()
4dad76
 {
4dad76
-- 
4dad76
2.21.0
4dad76