aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/core
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-01-09 20:23:19 +0100
committerDavid Robillard <d@drobilla.net>2019-01-10 22:09:30 +0100
commit677eee0a8a1ca270860c11bc411abb48ae5e455e (patch)
tree6c9df76c7628a7e6bea9b21f886bdb988ac4981b /lv2/core
parentca215abd628edda2df021ba8ab67854d2f68d7cb (diff)
downloadlv2-677eee0a8a1ca270860c11bc411abb48ae5e455e.tar.xz
Remove workaround for ancient MSVC
Diffstat (limited to 'lv2/core')
-rw-r--r--lv2/core/lv2_util.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lv2/core/lv2_util.h b/lv2/core/lv2_util.h
index e82d097..7717b72 100644
--- a/lv2/core/lv2_util.h
+++ b/lv2/core/lv2_util.h
@@ -21,14 +21,13 @@
*/
#include <stdarg.h>
+#include <stdbool.h>
#include <string.h>
#include "lv2/core/lv2.h"
#ifdef __cplusplus
extern "C" {
-#else
-# include <stdbool.h>
#endif
/**