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-12-19 20:52:28 -0500
commit1a0057d9a0332e481f7d9f8be4f56b632cff037c (patch)
tree71a5ddbd15519106f8f29653beee9f5bbe9afc9a /src/uri.c
parent401f7d696556c505cd2fad103fa724141e872743 (diff)
downloadserd-1a0057d9a0332e481f7d9f8be4f56b632cff037c.tar.gz
serd-1a0057d9a0332e481f7d9f8be4f56b632cff037c.tar.bz2
serd-1a0057d9a0332e481f7d9f8be4f56b632cff037c.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 a5104eb2..b1606c6f 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)
{