diff options
Diffstat (limited to 'lv2/event/event-helpers.h')
-rw-r--r-- | lv2/event/event-helpers.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lv2/event/event-helpers.h b/lv2/event/event-helpers.h index 2f0fcf5..a0e4c79 100644 --- a/lv2/event/event-helpers.h +++ b/lv2/event/event-helpers.h @@ -22,6 +22,7 @@ #ifndef LV2_EVENT_HELPERS_H #define LV2_EVENT_HELPERS_H +#include <stdbool.h> #include <stdint.h> #include <stdlib.h> #include <string.h> @@ -31,8 +32,6 @@ #ifdef __cplusplus extern "C" { -#else -# include <stdbool.h> #endif LV2_DISABLE_DEPRECATION_WARNINGS |