aboutsummaryrefslogtreecommitdiffstats
path: root/src/writer.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-05-11 11:09:23 +0200
committerDavid Robillard <d@drobilla.net>2018-12-30 17:58:17 -0500
commit520f208db173a103b37dbe0d67c2e29a684edb82 (patch)
tree2f59a78f4b011e959162f071a6781d8bf6d6e76e /src/writer.c
parent512ba5176d862bcd0f0f799385ea15637b3aa5a2 (diff)
downloadserd-520f208db173a103b37dbe0d67c2e29a684edb82.tar.gz
serd-520f208db173a103b37dbe0d67c2e29a684edb82.tar.bz2
serd-520f208db173a103b37dbe0d67c2e29a684edb82.zip
Move system utilities to separate source files
Diffstat (limited to 'src/writer.c')
-rw-r--r--src/writer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/writer.c b/src/writer.c
index 4d680ae6..bdbebb57 100644
--- a/src/writer.c
+++ b/src/writer.c
@@ -26,6 +26,7 @@
#include "stack.h"
#include "string_utils.h"
#include "uri_utils.h"
+#include "world.h"
typedef struct {
SerdNode* graph;