diff options
Diffstat (limited to 'src/s')
| -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 | ||