diff options
Diffstat (limited to 'lv2/resize-port')
-rw-r--r-- | lv2/resize-port/resize-port.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lv2/resize-port/resize-port.h b/lv2/resize-port/resize-port.h index 5eb47f2..34bfe61 100644 --- a/lv2/resize-port/resize-port.h +++ b/lv2/resize-port/resize-port.h @@ -25,6 +25,7 @@ #ifndef LV2_RESIZE_PORT_H #define LV2_RESIZE_PORT_H +#include <stdbool.h> #include <stddef.h> #include <stdint.h> @@ -37,8 +38,6 @@ #ifdef __cplusplus extern "C" { -#else -# include <stdbool.h> #endif /** A status code for state functions. */ |