diff options
Diffstat (limited to 'lv2/ns/ext/state/state.h')
-rw-r--r-- | lv2/ns/ext/state/state.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lv2/ns/ext/state/state.h b/lv2/ns/ext/state/state.h index 15510e7..d4e4f5b 100644 --- a/lv2/ns/ext/state/state.h +++ b/lv2/ns/ext/state/state.h @@ -23,7 +23,6 @@ #ifndef LV2_STATE_H #define LV2_STATE_H -#include <stdbool.h> #include <stddef.h> #include <stdint.h> @@ -31,6 +30,8 @@ #ifdef __cplusplus extern "C" { +#else +# include <stdbool.h> #endif #define LV2_STATE_URI "http://lv2plug.in/ns/ext/state" |