From 00e0cad87182eebc8af16172c1dedb10761ffded Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 27 Apr 2016 17:32:40 +0000 Subject: Fix tryfutimens.c header inclusion. The test should be good now... --- src/sysdeps/tryfutimens.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/sysdeps/tryfutimens.c b/src/sysdeps/tryfutimens.c index 0c4b2af..222fea5 100644 --- a/src/sysdeps/tryfutimens.c +++ b/src/sysdeps/tryfutimens.c @@ -6,6 +6,10 @@ #define __EXTENSIONS__ #endif +#include +#include +#include + int main (void) { struct timespec foo[2] = { { .tv_sec = 0, .tv_nsec = 0 }, { .tv_sec = 0, .tv_nsec = 0 } } ; -- cgit v1.2.3