Fixed building FG with GDAL
This commit is contained in:
parent
14611e905e
commit
93e68c001a
2 changed files with 4 additions and 6 deletions
|
@ -21,9 +21,8 @@
|
|||
// $Id$
|
||||
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include <config.h>
|
||||
#endif
|
||||
#include <config.h>
|
||||
#include <simgear/simgear_config.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
|
|
@ -21,9 +21,8 @@
|
|||
// $Id$
|
||||
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include <config.h>
|
||||
#endif
|
||||
#include <config.h>
|
||||
#include <simgear/simgear_config.h>
|
||||
|
||||
#ifdef ENABLE_GDAL
|
||||
|
||||
|
|
Loading…
Reference in a new issue