components/bash/patches/solaris-007.rlprivate.h.patch
author Misaki Miyashita <Misaki.Miyashita@Oracle.COM>
Tue, 06 Aug 2013 08:08:18 -0700
branchs11-update
changeset 2717 da0ef75be98f
parent 115 c360825c3a3f
child 5518 c47fe0edc204
permissions -rw-r--r--
15824600 SUNBT7206152 T4 montmul should be embedded in the OpenSSL upstream src 16921388 T4 DES should be embedded in the OpenSSL upstream src 17193314 ssh dumps core when using aes128-cbc cipher on T4

--- lib/readline/rlprivate.h	2009-01-22 21:56:49.000000000 -0500
+++ lib/readline/rlprivate.h	2009-08-16 10:55:56.178609000 -0400
@@ -23,6 +23,18 @@
 #if !defined (_RL_PRIVATE_H_)
 #define _RL_PRIVATE_H_
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
+#if defined(HANDLE_MULTIBYTE)
+
+#include <limits.h>
+#include <wchar.h>
+#include <wctype.h>
+
+#endif /* HANDLE_MULTIBYTE */
+
 #include "rlconf.h"	/* for VISIBLE_STATS */
 #include "rlstdc.h"
 #include "posixjmp.h"	/* defines procenv_t */