From 609b291d247464974304f1f98112156c16235cd6 Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Thu, 23 Nov 2006 05:20:08 +0000 Subject: [PATCH] (HAVE_SYS__MBSTATE_T_H): Fix typo. --- src/ChangeLog | 2 +- src/strftime.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index b312b6a53fd..9e04bee24a7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,6 +1,6 @@ 2006-11-23 William Smith (tiny change) - * strftime.c (mbrlen): Fix typo. + * strftime.c (HAVE_SYS__MBSTATE_T_H): Fix typo. 2006-11-02 Alfred M. Szmidt (tiny change) diff --git a/src/strftime.c b/src/strftime.c index 123763d8845..88800c0d408 100644 --- a/src/strftime.c +++ b/src/strftime.c @@ -69,9 +69,9 @@ extern char *tzname[]; #if DO_MULTIBYTE # if HAVE_MBRLEN # include -# ifdef HAVE_SYS__MBSTATE_H /* previously tested __hpux */ -# include -# endif +# ifdef HAVE_SYS__MBSTATE_T_H /* previously tested __hpux */ +# include +# endif # if !defined (mbsinit) && !defined (HAVE_MBSINIT) # define mbsinit(ps) 1 # endif /* !defined (mbsinit) && !defined (HAVE_MBSINIT) */ -- 2.39.2