diff options
Diffstat (limited to 'suil')
-rw-r--r-- | suil/suil.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/suil/suil.h b/suil/suil.h index 9fd4e65..48b418e 100644 --- a/suil/suil.h +++ b/suil/suil.h @@ -21,10 +21,10 @@ #ifndef SUIL_SUIL_H #define SUIL_SUIL_H -#include <stdint.h> - #include "lv2/core/lv2.h" +#include <stdbool.h> + #ifdef _WIN32 # define SUIL_LIB_IMPORT __declspec(dllimport) # define SUIL_LIB_EXPORT __declspec(dllexport) @@ -45,8 +45,6 @@ #ifdef __cplusplus extern "C" { -#else -# include <stdbool.h> #endif /** |