From 5abe94420528d3e107eceb0f3df073e8a1270191 Mon Sep 17 00:00:00 2001 From: Randy Palamar Date: Sat, 13 Dec 2025 09:37:21 -0700 Subject: make vis a single file build --- test/core/map-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/core/map-test.c') 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 #include #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; -- cgit v1.2.3