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