From 8ee595dc71171b8b3e1306207615f8dee0a33089 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Sat, 12 Jun 2010 21:38:16 +0200 Subject: [PATCH] test_approx: include config.h for HAVE_SYS_TIMES_H --- test_approx.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test_approx.c b/test_approx.c index 4e37f09..35d52ac 100644 --- a/test_approx.c +++ b/test_approx.c @@ -2,6 +2,7 @@ #include #include #include "verify.h" +#include "config.h" #ifdef HAVE_SYS_TIMES_H -- 2.11.4.GIT