diff options
Diffstat (limited to 'lv2/state')
-rw-r--r-- | lv2/state/state.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lv2/state/state.h b/lv2/state/state.h index ffc40d1..7c1c9c0 100644 --- a/lv2/state/state.h +++ b/lv2/state/state.h @@ -27,6 +27,7 @@ #ifndef LV2_STATE_H #define LV2_STATE_H +#include <stdbool.h> #include <stddef.h> #include <stdint.h> @@ -46,8 +47,6 @@ #ifdef __cplusplus extern "C" { -#else -# include <stdbool.h> #endif typedef void* LV2_State_Handle; ///< Opaque handle for state save/restore |