Fix for Cygwin compilation
This commit is contained in:
parent
b0433381a7
commit
b9332af209
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,10 @@
|
|||
// along with this program; if not, write to the Free Software
|
||||
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#include <simgear/sound/soundmgr.hxx>
|
||||
|
||||
#include <Main/fgfs.hxx>
|
||||
|
|
Loading…
Reference in a new issue