summaryrefslogtreecommitdiffstats
path: root/lilv/lilv.h
diff options
context:
space:
mode:
Diffstat (limited to 'lilv/lilv.h')
-rw-r--r--lilv/lilv.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/lilv/lilv.h b/lilv/lilv.h
index 1ed219c..1f880d5 100644
--- a/lilv/lilv.h
+++ b/lilv/lilv.h
@@ -21,14 +21,15 @@
#ifndef LILV_LILV_H
#define LILV_LILV_H
+#include "lv2/lv2plug.in/ns/ext/urid/urid.h"
+#include "lv2/lv2plug.in/ns/lv2core/lv2.h"
+
#include <stdarg.h>
+#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#include <stdio.h>
-#include "lv2/lv2plug.in/ns/lv2core/lv2.h"
-#include "lv2/lv2plug.in/ns/ext/urid/urid.h"
-
#ifdef LILV_SHARED
# ifdef _WIN32
# define LILV_LIB_IMPORT __declspec(dllimport)
@@ -53,8 +54,6 @@
#ifdef __cplusplus
extern "C" {
-#else
-# include <stdbool.h>
#endif
#define LILV_NS_DOAP "http://usefulinc.com/ns/doap#"