From 687b880ddb0d67253d8903f92910a1ca3bea65ef Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sat, 23 Nov 2019 17:01:11 +0100 Subject: Make sure the unit tests build with the mingw cross compiler Signed-off-by: David Oberhollenzer --- tests/str_table.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/str_table.c') diff --git a/tests/str_table.c b/tests/str_table.c index df4ca29..ae77a61 100644 --- a/tests/str_table.c +++ b/tests/str_table.c @@ -12,6 +12,7 @@ #include #include "util/str_table.h" +#include "compat.h" #define STR(x) #x #define STRVALUE(x) STR(x) -- cgit v1.2.3