1
0
Fork 0

#include <config.h> where needed for cygwin/gcc-3.2.

This commit is contained in:
curt 2002-12-03 14:59:24 +00:00
parent 7674741abb
commit 35b7d568d0
7 changed files with 28 additions and 0 deletions

View file

@ -26,6 +26,10 @@
* *
******************************************************************/ ******************************************************************/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <Main/globals.hxx> #include <Main/globals.hxx>
#include <Scenery/scenery.hxx> #include <Scenery/scenery.hxx>
//#include <simgear/constants.h> //#include <simgear/constants.h>

View file

@ -19,6 +19,10 @@
// along with this program; if not, write to the Free Software // along with this program; if not, write to the Free Software
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <Main/globals.hxx> #include <Main/globals.hxx>
#include <Main/location.hxx> #include <Main/location.hxx>
#include <Scenery/scenery.hxx> #include <Scenery/scenery.hxx>

View file

@ -18,6 +18,10 @@
// Modified by Cdr. VS Renganthan <vsranga@ada.ernet.in>, 12 Oct 2K // Modified by Cdr. VS Renganthan <vsranga@ada.ernet.in>, 12 Oct 2K
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <simgear/io/iochannel.hxx> #include <simgear/io/iochannel.hxx>
#include <simgear/constants.h> #include <simgear/constants.h>

View file

@ -37,6 +37,10 @@ HISTORY
/* INCLUDES */ /* INCLUDES */
/****************************************************************************/ /****************************************************************************/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <simgear/compiler.h> #include <simgear/compiler.h>
#ifdef SG_MATH_EXCEPTION_CLASH #ifdef SG_MATH_EXCEPTION_CLASH

View file

@ -21,6 +21,10 @@
// $Id$ // $Id$
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <simgear/compiler.h> #include <simgear/compiler.h>
#ifdef SG_MATH_EXCEPTION_CLASH #ifdef SG_MATH_EXCEPTION_CLASH

View file

@ -21,6 +21,10 @@
// $Id$ // $Id$
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "NullFDM.hxx" #include "NullFDM.hxx"

View file

@ -75,6 +75,10 @@
**********************************************************************/ **********************************************************************/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <simgear/compiler.h> #include <simgear/compiler.h>
#include <simgear/misc/sg_path.hxx> #include <simgear/misc/sg_path.hxx>
#include <Aircraft/aircraft.hxx> #include <Aircraft/aircraft.hxx>