aboutsummaryrefslogtreecommitdiffstats
path: root/src/n3.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-06-15 15:15:55 -0400
committerDavid Robillard <d@drobilla.net>2018-11-25 22:12:47 +0100
commitc452f0c1051186b920fdbf9a1ee2d5ad159ebb68 (patch)
treea6b4e8072127af274d24801cf804b452eeb326e5 /src/n3.c
parentcdbd9de9d8d336b0c5f867b3d6e99788518ad7e8 (diff)
downloadserd-c452f0c1051186b920fdbf9a1ee2d5ad159ebb68.tar.gz
serd-c452f0c1051186b920fdbf9a1ee2d5ad159ebb68.tar.bz2
serd-c452f0c1051186b920fdbf9a1ee2d5ad159ebb68.zip
Make SerdSink opaque
Diffstat (limited to 'src/n3.c')
-rw-r--r--src/n3.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/n3.c b/src/n3.c
index 62fa0ab4..ece6c1a3 100644
--- a/src/n3.c
+++ b/src/n3.c
@@ -17,6 +17,7 @@
#include "node.h"
#include "reader.h"
#include "serd_internal.h"
+#include "sink.h"
#include "string_utils.h"
#include "uri_utils.h"