From b1c4d34eef6baaef19439c7b4fc5a9d75e5931fd Mon Sep 17 00:00:00 2001 From: curt Date: Wed, 6 Feb 2002 01:04:38 +0000 Subject: [PATCH] Fix for FreeBSD. --- simgear/timing/sg_time.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/simgear/timing/sg_time.cxx b/simgear/timing/sg_time.cxx index 66ac4970..f46d5da0 100644 --- a/simgear/timing/sg_time.cxx +++ b/simgear/timing/sg_time.cxx @@ -40,15 +40,15 @@ # include #endif +#ifdef HAVE_SYS_TIME_H +# include // for get/setitimer, gettimeofday, struct timeval +#endif #ifdef HAVE_SYS_TIMEB_H # include // for ftime() and struct timeb #endif #ifdef HAVE_UNISTD_H # include // for gettimeofday() #endif -#ifdef HAVE_SYS_TIME_H -# include // for get/setitimer, gettimeofday, struct timeval -#endif #include // for NAN -- 2.39.5