aboutsummaryrefslogtreecommitdiff
path: root/test/core/map-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/map-test.c')
-rw-r--r--test/core/map-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/map-test.c b/test/core/map-test.c
index 06364e4..a8231a3 100644
--- a/test/core/map-test.c
+++ b/test/core/map-test.c
@@ -3,7 +3,7 @@
#include <string.h>
#include <stdio.h>
#include "tap.h"
-#include "map.h"
+#include "map.c"
static bool get(Map *map, const char *key, const void *data) {
return map_get(map, key) == data && map_closest(map, key) == data;