summaryrefslogtreecommitdiff
path: root/src/libmowgli/mowgli.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libmowgli/mowgli.h')
-rw-r--r--src/libmowgli/mowgli.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/libmowgli/mowgli.h b/src/libmowgli/mowgli.h
index 6a64f0d..fca8f70 100644
--- a/src/libmowgli/mowgli.h
+++ b/src/libmowgli/mowgli.h
@@ -26,7 +26,8 @@
#ifdef __cplusplus
# define MOWGLI_DECLS_START extern "C" {
-# define MOWGLI_DECLS_END }
+# define MOWGLI_DECLS_END \
+ }
#else
# define MOWGLI_DECLS_START
# define MOWGLI_DECLS_END
@@ -40,12 +41,13 @@
MOWGLI_DECLS_START
-#include "platform/constructor.h"
#include "platform/machine.h"
+#include "platform/cacheline.h"
+#include "platform/attributes.h"
+#include "platform/constructor.h"
#include "core/logger.h"
#include "core/assert.h"
-#include "core/exception.h"
#include "core/iterator.h"
#include "container/list.h"
@@ -88,10 +90,11 @@ MOWGLI_DECLS_START
#include "ext/confparse.h"
#include "ext/program_opts.h"
+#include "ext/json.h"
+
#include "linebuf/linebuf.h"
#include "dns/dns.h"
MOWGLI_DECLS_END
#endif
-