From 03a6bf22a52a4b1216f33dd2d9bddaa9f79e6a01 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Thu, 19 Dec 2013 02:12:01 -0800 Subject: Fix compiling without FluidSynth --- Alc/midi/fluidsynth.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Alc/midi/fluidsynth.c b/Alc/midi/fluidsynth.c index 91c7229d..7461cc4e 100644 --- a/Alc/midi/fluidsynth.c +++ b/Alc/midi/fluidsynth.c @@ -1,14 +1,11 @@ #include "config.h" -#ifdef HAVE_FLUIDSYNTH - -#include #include #include #include -#include +#include "midi/base.h" #include "alMain.h" #include "alError.h" @@ -16,7 +13,9 @@ #include "rwlock.h" #include "alu.h" -#include "midi/base.h" +#ifdef HAVE_FLUIDSYNTH + +#include /* MIDI events */ -- cgit v1.2.3