summaryrefslogtreecommitdiffstats
path: root/utils/uri_table.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/uri_table.h')
-rw-r--r--utils/uri_table.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/uri_table.h b/utils/uri_table.h
index 880d560..4c494e7 100644
--- a/utils/uri_table.h
+++ b/utils/uri_table.h
@@ -23,6 +23,9 @@
#ifndef URI_TABLE_H
#define URI_TABLE_H
+#include <stdlib.h>
+#include <string.h>
+
typedef struct {
char** uris;
size_t n_uris;