From bd6cddba8b842283d921315e03eda7a22b0e8211 Mon Sep 17 00:00:00 2001 From: Danny Al-Gaaf Date: Sat, 22 Mar 2014 23:38:48 +0100 Subject: [PATCH] Examples/reed_sol_time_gf.c: include sys/time.h Fix warning: implicit declaration of function 'gettimeofday' is invalid in C99 [-Wimplicit-function-declaration] Signed-off-by: Danny Al-Gaaf --- Examples/reed_sol_time_gf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Examples/reed_sol_time_gf.c b/Examples/reed_sol_time_gf.c index fd61f8b..175de8b 100644 --- a/Examples/reed_sol_time_gf.c +++ b/Examples/reed_sol_time_gf.c @@ -44,6 +44,7 @@ Revision 1.0 - 2007: James S. Plank. */ +#include #include #include #include -- 2.47.3