From 41252f3da1c10c633231bf9c44f180041b25a624 Mon Sep 17 00:00:00 2001 From: Nicola Fontana Date: Mon, 19 Apr 2021 10:01:30 +0200 Subject: [PATCH] adg: include libintl bindtextdomain() and friends are declared in libintl.h. --- src/adg/adg-utils.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/adg/adg-utils.c b/src/adg/adg-utils.c index 4856976d..e6c3b6db 100644 --- a/src/adg/adg-utils.c +++ b/src/adg/adg-utils.c @@ -92,6 +92,7 @@ #include "adg-internal.h" #include #include +#include #include -- 2.11.4.GIT