#include <simgear_config.h> as necessary.

This commit is contained in:
curt
2002-12-03 13:13:16 +00:00
parent 2fb961c922
commit d1c8f60ca9
2 changed files with 8 additions and 0 deletions

View File

@@ -24,6 +24,10 @@
**************************************************************************/
#ifdef HAVE_CONFIG_H
# include <simgear_config.h>
#endif
#include <math.h>
#include <simgear/misc/sg_path.hxx>

View File

@@ -22,6 +22,10 @@
//
#ifdef HAVE_CONFIG_H
# include <simgear_config.h>
#endif
#include <simgear/compiler.h>
#include <stdio.h>