From c2108435098bb950ee727f3534a621ef94817b4d Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 18 Oct 2019 19:22:51 +0100 Subject: [PATCH] country: Include compat.h to build on other arches Signed-off-by: Michael Tremer --- src/country.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/country.c b/src/country.c index 22719c9..9098950 100644 --- a/src/country.c +++ b/src/country.c @@ -19,6 +19,7 @@ #include #include +#include #include #include -- 2.47.3