aboutsummaryrefslogtreecommitdiffstats
path: root/src/uri.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-04-29 14:07:29 +0200
committerDavid Robillard <d@drobilla.net>2019-04-13 19:15:32 +0200
commit116d82115163a41541db28882d1614574b789f85 (patch)
tree2bb0d0fe2cdff786635deb2fb641953d6b5e5130 /src/uri.c
parentae8d4f4297a7c4e6cbb7b6d4ad431825327f693e (diff)
downloadserd-116d82115163a41541db28882d1614574b789f85.tar.gz
serd-116d82115163a41541db28882d1614574b789f85.tar.bz2
serd-116d82115163a41541db28882d1614574b789f85.zip
Clean up and separate internal headers
Diffstat (limited to 'src/uri.c')
-rw-r--r--src/uri.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/uri.c b/src/uri.c
index 9cf6a2a6..138ef55c 100644
--- a/src/uri.c
+++ b/src/uri.c
@@ -19,6 +19,8 @@
#include <stdlib.h>
#include <string.h>
+#include "uri_utils.h"
+
char*
serd_file_uri_parse(const char* uri, char** hostname)
{