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