From aa60beb13d9c3cab9e76a22aaf485794a269b9ee Mon Sep 17 00:00:00 2001 From: curt Date: Thu, 24 Sep 1998 15:25:22 +0000 Subject: [PATCH] Miscellaneous tweaks. --- Astro/Makefile.am | 1 + Astro/solarsystem.cxx | 9 +++++++++ Astro/stars.cxx | 8 ++++++-- Astro/stars.hxx | 8 ++++++-- 4 files changed, 22 insertions(+), 4 deletions(-) diff --git a/Astro/Makefile.am b/Astro/Makefile.am index 505e24b54..3d3af9f39 100644 --- a/Astro/Makefile.am +++ b/Astro/Makefile.am @@ -7,6 +7,7 @@ libAstro_a_SOURCES = \ mercury.cxx mercury.hxx \ moon.cxx moon.hxx \ neptune.cxx neptune.hxx \ + pluto.hxx \ saturn.cxx saturn.hxx \ sky.cxx sky.hxx \ solarsystem.cxx solarsystem.hxx \ diff --git a/Astro/solarsystem.cxx b/Astro/solarsystem.cxx index e59dfebdc..c059cf3a2 100644 --- a/Astro/solarsystem.cxx +++ b/Astro/solarsystem.cxx @@ -22,6 +22,15 @@ * $Id$ * (Log is kept at end of this file) **************************************************************************/ + +#ifdef HAVE_CONFIG_H +# include +#endif + +#ifdef HAVE_WINDOWS_H +# include +#endif + #include #include #include diff --git a/Astro/stars.cxx b/Astro/stars.cxx index af4b395d2..999994c74 100644 --- a/Astro/stars.cxx +++ b/Astro/stars.cxx @@ -261,9 +261,13 @@ void fgStarsRender( void ) { /* $Log$ -/* Revision 1.15 1998/09/17 18:25:12 curt -/* Fixed output message. +/* Revision 1.16 1998/09/24 15:25:24 curt +/* Miscellaneous tweaks. /* + * + * Revision 1.15 1998/09/17 18:25:12 curt + * Fixed output message. + * * Revision 1.14 1998/09/15 04:26:22 curt * New textured moon and rewritten/restructured Astro code contributed by Durk * Talsma. diff --git a/Astro/stars.hxx b/Astro/stars.hxx index e5bdc5a70..c38681753 100644 --- a/Astro/stars.hxx +++ b/Astro/stars.hxx @@ -50,9 +50,13 @@ extern fgTIME cur_time_params; /* $Log$ -/* Revision 1.5 1998/09/17 18:25:13 curt -/* Fixed output message. +/* Revision 1.6 1998/09/24 15:25:26 curt +/* Miscellaneous tweaks. /* + * + * Revision 1.5 1998/09/17 18:25:13 curt + * Fixed output message. + * * Revision 1.4 1998/09/15 04:26:23 curt * New textured moon and rewritten/restructured Astro code contributed by Durk * Talsma. -- 2.39.2