diff options
| author | Eli Zaretskii | 2002-06-16 17:30:50 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2002-06-16 17:30:50 +0000 |
| commit | cfc905a11023309b2bc493a0b4e8f313c703fafd (patch) | |
| tree | e5189a8e768aedcf66005228f6804e09d0208d28 /src/strftime.c | |
| parent | 36c108d812b3e49dba6f4069f51b59109bec5d21 (diff) | |
| download | emacs-cfc905a11023309b2bc493a0b4e8f313c703fafd.tar.gz emacs-cfc905a11023309b2bc493a0b4e8f313c703fafd.zip | |
[__hpux]: Include sys/_mbstate_t.h.
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) */ |