]> git.mxchange.org Git - flightgear.git/blobdiff - Time/sunpos.h
Incorporated Paul Bleisch's <bleisch@chromatic.com> new debug message
[flightgear.git] / Time / sunpos.h
index 81dd125a82b3cee8ab19e4ec9a42b3a9f6b4336f..ff9a0bb48ea50171a12d623b07daf81509a02550 100644 (file)
  */
 
 
-#ifndef SUNPOS_H
-#define SUNPOS_H
+#ifndef _SUNPOS_H
+#define _SUNPOS_H
 
 
 #include <time.h>
 
-#include <Include/types.h>
+#include <Include/fg_types.h>
 
 /* update the cur_time_params structure with the current sun position */
 void fgUpdateSunPos( void );
@@ -50,4 +50,4 @@ void fgUpdateSunPos( void );
 void fgSunPosition(time_t ssue, double *lon, double *lat);
 
 
-#endif /* SUNPOS_H */
+#endif /* _SUNPOS_H */