From 23ad62885bdff54d466a7ac4e3b40c29cc2c10b9 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 21 Jul 2020 19:41:59 +0200 Subject: Always include stdbool.h This was a workaround for ancient versions of MSVC that are no longer supported. --- sord/sord.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sord') diff --git a/sord/sord.h b/sord/sord.h index 28353fc..62bf782 100644 --- a/sord/sord.h +++ b/sord/sord.h @@ -21,6 +21,7 @@ #ifndef SORD_SORD_H #define SORD_SORD_H +#include #include #include #include @@ -46,8 +47,6 @@ #ifdef __cplusplus extern "C" { -#else -# include #endif /** -- cgit v1.2.1