summaryrefslogtreecommitdiff
path: root/libs/plugins/reasonablesynth.lv2/rsynth.c
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2014-11-09 08:11:46 +0000
committerJohn Emmas <johne53@tiscali.co.uk>2014-11-09 08:11:46 +0000
commit9cf5b23392e076eb1a0e48eb372a8f6b2f2080aa (patch)
tree466bd645c0c72353fa74668b443f60df7744ee11 /libs/plugins/reasonablesynth.lv2/rsynth.c
parent65e6c5793094165332484b88235d836e07ab0ea2 (diff)
Modifications needed to build ReasonableSynth with MSVC
Diffstat (limited to 'libs/plugins/reasonablesynth.lv2/rsynth.c')
-rw-r--r--libs/plugins/reasonablesynth.lv2/rsynth.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/plugins/reasonablesynth.lv2/rsynth.c b/libs/plugins/reasonablesynth.lv2/rsynth.c
index 68bd81714d..4e35c0e3c2 100644
--- a/libs/plugins/reasonablesynth.lv2/rsynth.c
+++ b/libs/plugins/reasonablesynth.lv2/rsynth.c
@@ -25,7 +25,11 @@
#include <stdlib.h>
#include <string.h>
#include <stdint.h>
+
+#ifndef COMPILER_MSVC
#include <stdbool.h>
+#endif
+
#include <assert.h>
#ifndef BUFFER_SIZE_SAMPLES