From b6009075d9cc709fc1c6c52a83fea1a76069db16 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 30 Dec 2018 10:51:58 -0500 Subject: Remove ancient MSVC workaround for stdbool.h --- serd/serd.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'serd/serd.h') diff --git a/serd/serd.h b/serd/serd.h index 49a516fa..b88cb8f8 100644 --- a/serd/serd.h +++ b/serd/serd.h @@ -22,6 +22,7 @@ #define SERD_SERD_H #include +#include #include #include #include @@ -45,8 +46,6 @@ #ifdef __cplusplus extern "C" { -#else -# include #endif /** -- cgit v1.2.1