]> git.eshelyaron.com Git - emacs.git/commitdiff
[__hpux]: Include sys/_mbstate_t.h.
authorEli Zaretskii <eliz@gnu.org>
Sun, 16 Jun 2002 17:30:50 +0000 (17:30 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 16 Jun 2002 17:30:50 +0000 (17:30 +0000)
src/strftime.c

index e7a87a9bf8cb02e662719048aa4f9bc764eadc82..e5953152aa0827f2279597b1f24fd0f88ed924cd 100644 (file)
@@ -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) */