]> git.mxchange.org Git - flightgear.git/blobdiff - src/Time/moonpos.hxx
First quick hack at panel shading.
[flightgear.git] / src / Time / moonpos.hxx
index cfc4763bef790fe12c0f2684f21d79baaef3e793..5c04315f64acf053c3ace36da199b0edac962c88 100644 (file)
@@ -48,6 +48,9 @@
 
 #ifdef FG_HAVE_STD_INCLUDES
 #  include <ctime>
+#  ifdef MACOS
+     FG_USING_STD(time_t);
+#  endif
 #else
 #  include <time.h>
 #endif