diff src/strftime.c @ 74130:a5444650f86b

(HAVE_SYS__MBSTATE_T_H): Fix typo.
author Nick Roberts <nickrob@snap.net.nz>
date Thu, 23 Nov 2006 05:18:42 +0000
parents 751c24f0ec88
children e90d04cd455a f1d13e615070
line wrap: on
line diff
--- a/src/strftime.c	Thu Nov 23 05:15:20 2006 +0000
+++ b/src/strftime.c	Thu Nov 23 05:18:42 2006 +0000
@@ -69,9 +69,9 @@
 #if DO_MULTIBYTE
 # if HAVE_MBRLEN
 #  include <wchar.h>
-#   ifdef HAVE_SYS__MBSTATE_H	/* previously tested __hpux */
-#     include <sys/_mbstate_t.h>
-#   endif
+#  ifdef HAVE_SYS__MBSTATE_T_H       /* previously tested __hpux */
+#   include <sys/_mbstate_t.h>
+#  endif
 #  if !defined (mbsinit) && !defined (HAVE_MBSINIT)
 #   define mbsinit(ps) 1
 #  endif /* !defined (mbsinit) && !defined (HAVE_MBSINIT) */