aboutsummaryrefslogtreecommitdiffstats
path: root/src/uri.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/uri.c')
-rw-r--r--src/uri.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/uri.c b/src/uri.c
index 9881f43a..fe0a9acb 100644
--- a/src/uri.c
+++ b/src/uri.c
@@ -14,13 +14,16 @@
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#include "serd_internal.h"
+#include "string_utils.h"
+#include "uri_utils.h"
+
+#include "serd/serd.h"
+#include <stdbool.h>
+#include <stdint.h>
#include <stdlib.h>
#include <string.h>
-#include "uri_utils.h"
-
char*
serd_file_uri_parse(const char* uri, char** hostname)
{