From 8014f12df3ef4e82733bb62ea76cfcd0f6e45f2a Mon Sep 17 00:00:00 2001 From: athrxx Date: Thu, 19 Dec 2019 22:33:53 +0100 Subject: 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) --- audio/softsynth/fluidsynth.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'audio/softsynth') 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 -- cgit v1.2.3