From: Mathias Froehlich Date: Fri, 28 Oct 2011 17:10:20 +0000 (+0200) Subject: Fix mac build. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=cc4b16b50dd4f2cc8b921f63d008945dc5f48857;p=simgear.git Fix mac build. --- diff --git a/simgear/timing/timestamp.cxx b/simgear/timing/timestamp.cxx index a2eae9ee..2189d643 100644 --- a/simgear/timing/timestamp.cxx +++ b/simgear/timing/timestamp.cxx @@ -31,6 +31,7 @@ #include #include +#include #ifdef HAVE_SYS_TIMEB_H # include // for ftime() and struct timeb @@ -44,7 +45,6 @@ #if defined(_POSIX_TIMERS) && (0 < _POSIX_TIMERS) # include -# include #endif #ifdef WIN32