summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-04-04 12:18:59 +0200
committerBruno Haible <bruno@clisp.org>2023-04-04 12:19:26 +0200
commitcf929f4ce35eed6a25ec7fb80e51a1bd1c426cef (patch)
treeb3eefd876a4a4266d7d35be408283d47c69b2973 /m4
parent430963743155dd858f1c883bf46610c2f4a42a75 (diff)
downloadgnulib-cf929f4ce35eed6a25ec7fb80e51a1bd1c426cef.tar.gz
c32rtomb: Fix an autoconf test.
* m4/c32rtomb.m4 (gl_FUNC_C32RTOMB): In a test program, include <stddef.h>, for NULL.
Diffstat (limited to 'm4')
-rw-r--r--m4/c32rtomb.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/c32rtomb.m4 b/m4/c32rtomb.m4
index 41c07e75c9..539e4f884c 100644
--- a/m4/c32rtomb.m4
+++ b/m4/c32rtomb.m4
@@ -1,4 +1,4 @@
-# c32rtomb.m4 serial 4
+# c32rtomb.m4 serial 5
dnl Copyright (C) 2020-2023 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -53,6 +53,7 @@ changequote(,)dnl
changequote([,])dnl
AC_RUN_IFELSE(
[AC_LANG_SOURCE([[
+#include <stddef.h>
#include <uchar.h>
int main ()
{