diff options
author | athrxx | 2019-12-19 22:33:53 +0100 |
---|---|---|
committer | athrxx | 2019-12-20 15:30:48 +0100 |
commit | 8014f12df3ef4e82733bb62ea76cfcd0f6e45f2a (patch) | |
tree | d5482f3c43e1e14b5d65fc9056d0438c496b85e7 /audio | |
parent | c8544430dfe7403540b2485d19584d951881e727 (diff) | |
download | scummvm-rg350-8014f12df3ef4e82733bb62ea76cfcd0f6e45f2a.tar.gz scummvm-rg350-8014f12df3ef4e82733bb62ea76cfcd0f6e45f2a.tar.bz2 scummvm-rg350-8014f12df3ef4e82733bb62ea76cfcd0f6e45f2a.zip |
AUDIO: (FLUIDSYNTH) - limit config.h include to builds that need it
makes life a bit more convenient for some MSVC users (or at least for me)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/softsynth/fluidsynth.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/softsynth/fluidsynth.cpp b/audio/softsynth/fluidsynth.cpp index f8c2412492..d0fa37aa5f 100644 --- a/audio/softsynth/fluidsynth.cpp +++ b/audio/softsynth/fluidsynth.cpp @@ -20,7 +20,9 @@ * */ +#if defined(HAVE_CONFIG_H) #include "config.h" +#endif #ifdef USE_FLUIDSYNTH |