aboutsummaryrefslogtreecommitdiffstats
path: root/src/node.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-05-11 11:14:32 +0200
committerDavid Robillard <d@drobilla.net>2018-12-30 17:58:17 -0500
commit32c548683ed8ff8e585f069cd20ccddf54f00867 (patch)
treea78b62b9ac23e69d8380305531a1a054ab646a36 /src/node.h
parent520f208db173a103b37dbe0d67c2e29a684edb82 (diff)
downloadserd-32c548683ed8ff8e585f069cd20ccddf54f00867.tar.gz
serd-32c548683ed8ff8e585f069cd20ccddf54f00867.tar.bz2
serd-32c548683ed8ff8e585f069cd20ccddf54f00867.zip
Clean up includes and improve source file separation
Diffstat (limited to 'src/node.h')
-rw-r--r--src/node.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/node.h b/src/node.h
index 090faf0c..e39702a5 100644
--- a/src/node.h
+++ b/src/node.h
@@ -17,7 +17,9 @@
#ifndef SERD_NODE_H
#define SERD_NODE_H
-#include "serd_internal.h"
+#include "serd/serd.h"
+
+#include <stddef.h>
struct SerdNodeImpl {
size_t n_bytes; /**< Size in bytes (not including null) */