components/bash/patches/solaris-007.rlprivate.h.patch
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Mon, 11 Mar 2013 10:38:09 -0700
branchs11-update
changeset 2520 ceec631e74d1
parent 115 c360825c3a3f
child 5518 c47fe0edc204
permissions -rw-r--r--
Close of build 10.

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