components/bash/patches/solaris-007.rlprivate.h.patch
author Vladimir Marek <Vladimir.Marek@oracle.com>
Sat, 05 May 2012 01:17:31 -0700
changeset 878 f5bfc829326f
parent 115 c360825c3a3f
child 5518 c47fe0edc204
permissions -rw-r--r--
7144175 samba service enters maintenance mode after SIGKILL

--- 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 */