Cygwin build fixes

This commit is contained in:
ehofman
2003-05-11 20:54:26 +00:00
parent 16dd841ce5
commit 78fbfa1dde
2 changed files with 8 additions and 0 deletions

View File

@@ -3,6 +3,10 @@
//
// This file is in the Public Domain, and comes with no warranty.
#ifdef HAVE_CONFIG_H
#include <simgear_config.h>
#endif
#include <simgear/compiler.h>
#include <string.h> // for strcmp()

View File

@@ -3,6 +3,10 @@
//
// This file is in the Public Domain, and comes with no warranty.
#ifdef HAVE_CONFIG_H
#include <simgear_config.h>
#endif
#include <simgear/compiler.h>
#include <string.h> // for strcmp()