mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-08 04:30:45 -08:00
[__hpux]: Include sys/_mbstate_t.h.
This commit is contained in:
parent
36c108d812
commit
cfc905a110
1 changed files with 3 additions and 0 deletions
|
|
@ -68,6 +68,9 @@ extern char *tzname[];
|
|||
#if DO_MULTIBYTE
|
||||
# if HAVE_MBRLEN
|
||||
# include <wchar.h>
|
||||
# if __hpux
|
||||
# include <sys/_mbstate_t.h>
|
||||
# endif
|
||||
# if !defined (mbsinit) && !defined (HAVE_MBSINIT)
|
||||
# define mbsinit(ps) 1
|
||||
# endif /* !defined (mbsinit) && !defined (HAVE_MBSINIT) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue