From: ehofman Date: Sun, 11 May 2003 20:54:26 +0000 (+0000) Subject: Cygwin build fixes X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=78fbfa1dde8bed95ad21926ba2bb3522c3771f19;p=simgear.git Cygwin build fixes --- diff --git a/simgear/scene/model/model.cxx b/simgear/scene/model/model.cxx index b3678efb..db5a37e5 100644 --- a/simgear/scene/model/model.cxx +++ b/simgear/scene/model/model.cxx @@ -3,6 +3,10 @@ // // This file is in the Public Domain, and comes with no warranty. +#ifdef HAVE_CONFIG_H +#include +#endif + #include #include // for strcmp() diff --git a/simgear/scene/model/placement.cxx b/simgear/scene/model/placement.cxx index ac856e68..1669e38b 100644 --- a/simgear/scene/model/placement.cxx +++ b/simgear/scene/model/placement.cxx @@ -3,6 +3,10 @@ // // This file is in the Public Domain, and comes with no warranty. +#ifdef HAVE_CONFIG_H +#include +#endif + #include #include // for strcmp()