From: Eli Zaretskii Date: Sun, 16 Jun 2002 17:30:50 +0000 (+0000) Subject: [__hpux]: Include sys/_mbstate_t.h. X-Git-Tag: ttn-vms-21-2-B4~14599 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cfc905a11023309b2bc493a0b4e8f313c703fafd;p=emacs.git [__hpux]: Include sys/_mbstate_t.h. --- diff --git a/src/strftime.c b/src/strftime.c index e7a87a9bf8c..e5953152aa0 100644 --- a/src/strftime.c +++ b/src/strftime.c @@ -68,6 +68,9 @@ extern char *tzname[]; #if DO_MULTIBYTE # if HAVE_MBRLEN # include +# if __hpux +# include +# endif # if !defined (mbsinit) && !defined (HAVE_MBSINIT) # define mbsinit(ps) 1 # endif /* !defined (mbsinit) && !defined (HAVE_MBSINIT) */