From 8f69af4af3f5da403fceffbcdf5e7d61ddfcaaca Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 27 Dec 2013 14:53:30 +0100 Subject: add support for old compilers w/o implicit stdbool --- libs/plugins/reasonablesynth.lv2/rsynth.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libs') 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 #include #include +#include #include #ifndef BUFFER_SIZE_SAMPLES -- cgit v1.2.3