aboutsummaryrefslogtreecommitdiffstats
path: root/src/uri_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uri_utils.h')
-rw-r--r--src/uri_utils.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/uri_utils.h b/src/uri_utils.h
index 7c19081a..2b61ab22 100644
--- a/src/uri_utils.h
+++ b/src/uri_utils.h
@@ -19,6 +19,12 @@
#include "string_utils.h"
+#include "serd/serd.h"
+
+#include <stddef.h>
+#include <stdint.h>
+#include <string.h>
+
static inline bool
slice_equals(const SerdStringView* a, const SerdStringView* b)
{