aboutsummaryrefslogtreecommitdiffstats
path: root/src/strset.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/strset.c')
-rw-r--r--src/strset.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/strset.c b/src/strset.c
index eee5b2901..8462736df 100644
--- a/src/strset.c
+++ b/src/strset.c
@@ -18,7 +18,9 @@
#include "strset.h"
#include "utils.h"
-#include "os_compat.h"
+
+#include <assert.h>
+#include <string.h>
#define NUM_SLOTS 16384