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>2018-12-30 17:58:17 -0500
commit9b5c844feb67045a98fc238fef801ef8732d29a5 (patch)
tree3cdcd10abb43d1b0f5521d6f96c967d5bbf5ec9a /src/uri.c
parent380c2bca89cd0190f8fa94753869b8c0ba45d921 (diff)
downloadserd-9b5c844feb67045a98fc238fef801ef8732d29a5.tar.gz
serd-9b5c844feb67045a98fc238fef801ef8732d29a5.tar.bz2
serd-9b5c844feb67045a98fc238fef801ef8732d29a5.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 2fb17f38..acf1c3eb 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)
{