From 4efd8084ecf47132ba51577ee3f79d2ed2637b44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Wed, 5 Oct 2016 16:34:19 +0200 Subject: test/core: tweak tests to work with tis-interpreter $ tis-inertpreter.sh --cc "-I. -I../.." text.c ../../text.c or more conveniently $ make tis --- core/map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/map.c') diff --git a/core/map.c b/core/map.c index 5fdc2eb..bcc9fb1 100644 --- a/core/map.c +++ b/core/map.c @@ -1,9 +1,9 @@ -#include #include #include #include #include #include +#include "tap.h" #include "map.h" static bool get(Map *map, const char *key, const void *data) { -- cgit v1.2.3