]> git.mxchange.org Git - simgear.git/blobdiff - Astro/orbits.hxx
Wrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
[simgear.git] / Astro / orbits.hxx
index a468fcb66f0dedbf3db5e2bbc2cc0d97ab5fd4f4..d0cd4a9824f65d980d424109ca2491ad482ae1f5 100644 (file)
@@ -35,7 +35,7 @@
 #include <stdio.h>
 #include <math.h>
 
-#include <Time/fg_time.h>
+#include <Time/fg_time.hxx>
 
 
 
@@ -88,9 +88,13 @@ void fgSolarSystemUpdate(struct OrbElements *planets, struct fgTIME t);
 
 
 /* $Log$
-/* Revision 1.1  1998/04/22 13:21:30  curt
-/* C++ - ifing the code a bit.
+/* Revision 1.2  1998/04/24 00:45:01  curt
+/* Wrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
+/* Fixed a bug when generating sky colors.
 /*
+ * Revision 1.1  1998/04/22 13:21:30  curt
+ * C++ - ifing the code a bit.
+ *
  * Revision 1.7  1998/04/21 17:02:31  curt
  * Prepairing for C++ integration.
  *