From b5ea738a459affd4fb7c09c73b465c85ac100b41 Mon Sep 17 00:00:00 2001 From: Tres Finocchiaro Date: Tue, 1 Apr 2014 14:20:02 -0700 Subject: [PATCH] Fix #include on Apple/MacPorts --- plugins/zynaddsubfx/ZynAddSubFx.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugins/zynaddsubfx/ZynAddSubFx.cpp b/plugins/zynaddsubfx/ZynAddSubFx.cpp index 74512a83e..8eca9fdae 100644 --- a/plugins/zynaddsubfx/ZynAddSubFx.cpp +++ b/plugins/zynaddsubfx/ZynAddSubFx.cpp @@ -24,7 +24,12 @@ #include "lmmsconfig.h" +#ifndef LMMS_BUILD_APPLE #include +#endif +#ifdef LMMS_BUILD_APPLE +#include +#endif #include #include #include