Fixes for cygwin32 builds.

This commit is contained in:
curt 2000-04-27 01:26:36 +00:00
parent 53cd776bf6
commit b8e2b0d0f9
6 changed files with 24 additions and 0 deletions

View File

@ -26,6 +26,10 @@
#define _EPHEMERIS_HXX
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <plib/sg.h>
#include <Time/fg_time.hxx>

View File

@ -24,6 +24,10 @@
// $Id$
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <stdio.h>
#include <iostream>

View File

@ -24,6 +24,10 @@
// $Id$
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <stdio.h>
#include <iostream>

View File

@ -22,6 +22,10 @@
// $Id$
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <plib/ssg.h> // plib include
#include "sky.hxx"

View File

@ -22,6 +22,10 @@
// $Id$
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <plib/ssg.h>

View File

@ -24,6 +24,10 @@
// $Id$
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <stdio.h>
#include <iostream>