diff options
Diffstat (limited to 'src/strftime.c')
| -rw-r--r-- | src/strftime.c | 3 |
1 files changed, 3 insertions, 0 deletions
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[]; | |||
| 68 | #if DO_MULTIBYTE | 68 | #if DO_MULTIBYTE |
| 69 | # if HAVE_MBRLEN | 69 | # if HAVE_MBRLEN |
| 70 | # include <wchar.h> | 70 | # include <wchar.h> |
| 71 | # if __hpux | ||
| 72 | # include <sys/_mbstate_t.h> | ||
| 73 | # endif | ||
| 71 | # if !defined (mbsinit) && !defined (HAVE_MBSINIT) | 74 | # if !defined (mbsinit) && !defined (HAVE_MBSINIT) |
| 72 | # define mbsinit(ps) 1 | 75 | # define mbsinit(ps) 1 |
| 73 | # endif /* !defined (mbsinit) && !defined (HAVE_MBSINIT) */ | 76 | # endif /* !defined (mbsinit) && !defined (HAVE_MBSINIT) */ |