From 3014ee001d5da6c8a6e907901def5704947d513a Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Wed, 18 Jul 2012 15:10:26 +0100 Subject: [PATCH] configure: Fix compile warning in utimensat/futimens test Fix compile warning in the utimensat/futimens test ("implicit declaration of function 'utimensat'", ditto futimens) by adding a missing include. Signed-off-by: Peter Maydell Reviewed-by: Stefan Weil Signed-off-by: Blue Swirl --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index d19e64532f..288f1a25d7 100755 --- a/configure +++ b/configure @@ -2343,6 +2343,7 @@ cat > $TMPC << EOF #define _ATFILE_SOURCE #include #include +#include int main(void) {