summaryrefslogtreecommitdiffstats
path: root/src/collections.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/collections.c')
-rw-r--r--src/collections.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/collections.c b/src/collections.c
index 9ded845..64a8ab2 100644
--- a/src/collections.c
+++ b/src/collections.c
@@ -16,6 +16,15 @@
#include "lilv_internal.h"
+#include "lilv/lilv.h"
+#include "sord/sord.h"
+#include "zix/common.h"
+#include "zix/tree.h"
+
+#include <stdbool.h>
+#include <stddef.h>
+#include <stdint.h>
+
int
lilv_ptr_cmp(const void* a, const void* b, void* user_data)
{