blob: 1ef7e210738e52aff8a6cdf8f13dab7a5a86b7b5 [file] [log] [blame]
Andrew Geisslerd1e89492021-02-12 15:35:20 -06001From 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
Patrick Williamsb48b7b42016-08-17 15:04:38 -05006Upstream-Status: Pending
7
Andrew Geisslerd1e89492021-02-12 15:35:20 -06008---
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 @@
Patrick Williamsb48b7b42016-08-17 15:04:38 -050017 /* 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