aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/core
diff options
context:
space:
mode:
Diffstat (limited to 'lv2/core')
-rw-r--r--lv2/core/lv2_util.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lv2/core/lv2_util.h b/lv2/core/lv2_util.h
index e82d097..7717b72 100644
--- a/lv2/core/lv2_util.h
+++ b/lv2/core/lv2_util.h
@@ -21,14 +21,13 @@
*/
#include <stdarg.h>
+#include <stdbool.h>
#include <string.h>
#include "lv2/core/lv2.h"
#ifdef __cplusplus
extern "C" {
-#else
-# include <stdbool.h>
#endif
/**