From: Baptiste Daroussin Date: Mon, 1 Jul 2024 10:52:59 +0000 (+0200) Subject: strgen: xlocale.h is required to build on macOS X-Git-Tag: RELEASE_1_4_7~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99b4cd524af45330c86a446106a443b012e09324;p=thirdparty%2Fmlmmj.git strgen: xlocale.h is required to build on macOS --- diff --git a/src/strgen.c b/src/strgen.c index e8bfada0..1097f505 100644 --- a/src/strgen.c +++ b/src/strgen.c @@ -32,6 +32,7 @@ #include #include #include +#include #include "xmalloc.h" #include "mlmmj.h"