diff options
Diffstat (limited to 'lv2/ui/ui.h')
-rw-r--r-- | lv2/ui/ui.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lv2/ui/ui.h b/lv2/ui/ui.h index 96fdbac..a99b8d8 100644 --- a/lv2/ui/ui.h +++ b/lv2/ui/ui.h @@ -28,6 +28,7 @@ #ifndef LV2_UI_H #define LV2_UI_H +#include <stdbool.h> #include <stdint.h> #include "lv2/core/lv2.h" @@ -73,8 +74,6 @@ #ifdef __cplusplus extern "C" { -#else -# include <stdbool.h> #endif /** |