From 85cba67d869741f9148c51e503253a14a7ea1248 Mon Sep 17 00:00:00 2001 From: Martin Nowack Date: Sat, 2 Nov 2013 00:16:03 +0100 Subject: Fix Futimesat compilation with newer gcc and clang --- test/Runtime/POSIX/Futimesat.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/Runtime/POSIX/Futimesat.c b/test/Runtime/POSIX/Futimesat.c index fd9ea0de..6ae0ca7c 100644 --- a/test/Runtime/POSIX/Futimesat.c +++ b/test/Runtime/POSIX/Futimesat.c @@ -6,7 +6,9 @@ #include #include #include +#include #include +#include int main(int argc, char **argv) { int r; -- cgit 1.4.1