]> git.mxchange.org Git - flightgear.git/blobdiff - src/Time/moonpos.hxx
Boris Koenig:
[flightgear.git] / src / Time / moonpos.hxx
index 50120350c5600a096ef0f7987ba32edc24eccdc5..ab22d26d89c1831ec7a534d77c105463a0b3258f 100644 (file)
@@ -49,7 +49,7 @@
 #ifdef SG_HAVE_STD_INCLUDES
 #  include <ctime>
 #  ifdef macintosh
-     FG_USING_STD(time_t);
+     SG_USING_STD(time_t);
 #  endif
 #else
 #  include <time.h>
@@ -61,4 +61,4 @@ void fgUpdateMoonPos( void );
 void fgMoonPosition(time_t ssue, double *lon, double *lat);
 
 
-#endif /* _MOONPOS_H */
+#endif /* _MOONPOS_HXX */