aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/midi/midi.h
diff options
context:
space:
mode:
Diffstat (limited to 'lv2/midi/midi.h')
-rw-r--r--lv2/midi/midi.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lv2/midi/midi.h b/lv2/midi/midi.h
index 79e3a83..52e9956 100644
--- a/lv2/midi/midi.h
+++ b/lv2/midi/midi.h
@@ -26,12 +26,11 @@
#ifndef LV2_MIDI_H
#define LV2_MIDI_H
+#include <stdbool.h>
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
-#else
-# include <stdbool.h>
#endif
#define LV2_MIDI_URI "http://lv2plug.in/ns/ext/midi" ///< http://lv2plug.in/ns/ext/midi
n131'>131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168