LocalZynAddSubFx: added missing header include

ZASF fails to build with GCC 4.7 due to missing header include.

Thanks to Alexander Liebendorfer for pointing out the issue.
This commit is contained in:
Tobias Doerffel
2012-10-27 22:01:08 +02:00
parent 04c1a0906f
commit 370ff26c2b

View File

@@ -24,6 +24,8 @@
#include <lmmsconfig.h>
#include <unistd.h>
#include "LocalZynAddSubFx.h"
#include "src/Input/NULLMidiIn.h"