aboutsummaryrefslogtreecommitdiffstats
path: root/serd
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-12-30 10:51:58 -0500
committerDavid Robillard <d@drobilla.net>2018-12-30 10:51:58 -0500
commitb6009075d9cc709fc1c6c52a83fea1a76069db16 (patch)
treeece3f542e5847f2473ba8f322107754a61ef5c52 /serd
parent514e302b667be875f548a62979e412c39aca4034 (diff)
downloadserd-b6009075d9cc709fc1c6c52a83fea1a76069db16.tar.gz
serd-b6009075d9cc709fc1c6c52a83fea1a76069db16.tar.bz2
serd-b6009075d9cc709fc1c6c52a83fea1a76069db16.zip
Remove ancient MSVC workaround for stdbool.h
Diffstat (limited to 'serd')
-rw-r--r--serd/serd.h3
1 files changed, 1 insertions, 2 deletions
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 <stdarg.h>
+#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#include <stdio.h>
@@ -45,8 +46,6 @@
#ifdef __cplusplus
extern "C" {
-#else
-# include <stdbool.h>
#endif
/**