diff options
| author | Kenichi Handa | 2005-04-28 04:53:00 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2005-04-28 04:53:00 +0000 |
| commit | c646674bddef1dd9b925bf4a521ec4ffd8dd6d60 (patch) | |
| tree | c3f66b669846a36c8eca4dd184195e95a254c127 /src | |
| parent | 87c76dd52fcd1e892f36588b2d7941c438c440b5 (diff) | |
| download | emacs-c646674bddef1dd9b925bf4a521ec4ffd8dd6d60.tar.gz emacs-c646674bddef1dd9b925bf4a521ec4ffd8dd6d60.zip | |
(STDC_HEADERS): Sync with the change in
HEAD (2005-04-23).
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/ms-w32.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/s/ms-w32.h b/src/s/ms-w32.h index 503c8547c69..709b32f1452 100644 --- a/src/s/ms-w32.h +++ b/src/s/ms-w32.h | |||
| @@ -230,6 +230,7 @@ Boston, MA 02111-1307, USA. */ | |||
| 230 | #undef HAVE_TERMIOS_H | 230 | #undef HAVE_TERMIOS_H |
| 231 | #define HAVE_LIMITS_H 1 | 231 | #define HAVE_LIMITS_H 1 |
| 232 | #define HAVE_STRING_H 1 | 232 | #define HAVE_STRING_H 1 |
| 233 | #define HAVE_PWD_H 1 | ||
| 233 | #define STDC_HEADERS 1 | 234 | #define STDC_HEADERS 1 |
| 234 | #define TIME_WITH_SYS_TIME 1 | 235 | #define TIME_WITH_SYS_TIME 1 |
| 235 | 236 | ||