1From 9089c6eafbf5903174dce87b68476e35db80beb9 Mon Sep 17 00:00:00 2001 2From: Martin Jansa <martin.jansa@gmail.com> 3Date: Wed, 6 Mar 2019 09:36:11 -0500 4Subject: [PATCH] inetutils: Import version 1.9.4 5 6Upstream-Status: Pending 7 8--- 9 lib/wchar.in.h | 3 +++ 10 1 file changed, 3 insertions(+) 11 12diff --git a/lib/wchar.in.h b/lib/wchar.in.h 13index cdda680..043866a 100644 14--- a/lib/wchar.in.h 15+++ b/lib/wchar.in.h 16@@ -77,6 +77,9 @@ 17 /* The include_next requires a split double-inclusion guard. */ 18 #if @HAVE_WCHAR_H@ 19 # @INCLUDE_NEXT@ @NEXT_WCHAR_H@ 20+#else 21+# include <stddef.h> 22+# define MB_CUR_MAX 1 23 #endif 24 25 #undef _GL_ALREADY_INCLUDING_WCHAR_H 26