Skip to content

Commit

Permalink
Examples/reed_sol_time_gf.c: include sys/time.h
Browse files Browse the repository at this point in the history
Fix warning: implicit declaration of function 'gettimeofday' is
invalid in C99 [-Wimplicit-function-declaration]

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
  • Loading branch information
dalgaaf committed Apr 22, 2014
1 parent 6d8fbc8 commit bd6cddb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Examples/reed_sol_time_gf.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
Revision 1.0 - 2007: James S. Plank.
*/

#include <sys/time.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Expand Down

0 comments on commit bd6cddb

Please sign in to comment.