X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Astro%2Fsun.c;h=b59df6868b5646899473a68960224374db7afad5;hb=54d5c7a071fe5cc16fdee5bec803b5704ac2e4f2;hp=e9f38c2273404f3047e3c696d01583e5a3deec50;hpb=6c98beae60de29cee3f9022c5634eab0048822cb;p=flightgear.git diff --git a/Astro/sun.c b/Astro/sun.c index e9f38c227..b59df6868 100644 --- a/Astro/sun.c +++ b/Astro/sun.c @@ -22,6 +22,13 @@ * (Log is kept at end of this file) **************************************************************************/ + +#include + +#ifdef HAVE_WINDOWS_H +# include +#endif + #include #include @@ -181,9 +188,12 @@ void fgSunRender( void ) { /* $Log$ -/* Revision 1.8 1998/03/09 22:47:25 curt -/* Incorporated Durk's updates. +/* Revision 1.9 1998/04/03 21:52:51 curt +/* Converting to Gnu autoconf system. /* + * Revision 1.8 1998/03/09 22:47:25 curt + * Incorporated Durk's updates. + * * Revision 1.7 1998/02/23 19:07:56 curt * Incorporated Durk's Astro/ tweaks. Includes unifying the sun position * calculation code between sun display, and other FG sections that use this