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