summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-12-27 14:53:30 +0100
committerRobin Gareus <robin@gareus.org>2013-12-27 14:53:30 +0100
commit8f69af4af3f5da403fceffbcdf5e7d61ddfcaaca (patch)
treefc5a4ea778eae1ace2e9719175919b1582a6c6a5 /libs
parent3f75d7884877fddbf73e1623e3a1bc3fe7ba5643 (diff)
add support for old compilers w/o implicit stdbool
Diffstat (limited to 'libs')
-rw-r--r--libs/plugins/reasonablesynth.lv2/rsynth.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/plugins/reasonablesynth.lv2/rsynth.c b/libs/plugins/reasonablesynth.lv2/rsynth.c
index 061d72dbff..a6c74aa26c 100644
--- a/libs/plugins/reasonablesynth.lv2/rsynth.c
+++ b/libs/plugins/reasonablesynth.lv2/rsynth.c
@@ -25,6 +25,7 @@
#include <stdlib.h>
#include <string.h>
#include <stdint.h>
+#include <stdbool.h>
#include <assert.h>
#ifndef BUFFER_SIZE_SAMPLES