]> git.mxchange.org Git - flightgear.git/blobdiff - Time/sunpos.h
Changed #ifdef FILE_H to #ifdef _FILE_H
[flightgear.git] / Time / sunpos.h
index 81dd125a82b3cee8ab19e4ec9a42b3a9f6b4336f..2c16b06e8fe2af137a04f126d75bb26c0d20fa57 100644 (file)
@@ -36,8 +36,8 @@
  */
 
 
-#ifndef SUNPOS_H
-#define SUNPOS_H
+#ifndef _SUNPOS_H
+#define _SUNPOS_H
 
 
 #include <time.h>
@@ -50,4 +50,4 @@ void fgUpdateSunPos( void );
 void fgSunPosition(time_t ssue, double *lon, double *lat);
 
 
-#endif /* SUNPOS_H */
+#endif /* _SUNPOS_H */