]> git.ipfire.org Git - thirdparty/mlmmj.git/commitdiff
strgen: xlocale.h is required to build on macOS
authorBaptiste Daroussin <bapt@FreeBSD.org>
Mon, 1 Jul 2024 10:52:59 +0000 (12:52 +0200)
committerBaptiste Daroussin <bapt@FreeBSD.org>
Mon, 1 Jul 2024 10:53:54 +0000 (12:53 +0200)
src/strgen.c

index e8bfada02ea26903209af721e86a4413285e59f1..1097f505216216b9ed43501a64c3f8201b7cacae 100644 (file)
@@ -32,6 +32,7 @@
 #include <ctype.h>
 #include <errno.h>
 #include <locale.h>
+#include <xlocale.h>
 
 #include "xmalloc.h"
 #include "mlmmj.h"