diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | src/w32proc.c | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e996cc0da48..600c6016213 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2001-05-12 Eli Zaretskii <eliz@is.elta.co.il> + * w32proc.c: Include syssignal.h, to avoid compiler warnings. + * w32bdf.c (search_file_line, set_bdf_font_info, seek_char) (w32_get_bdf_glyph): Cast between unsigned char and char when passing arguments to subroutines, to shut up compiler warnings. diff --git a/src/w32proc.c b/src/w32proc.c index 93dff1761bf..a2b5000b88d 100644 --- a/src/w32proc.c +++ b/src/w32proc.c @@ -49,6 +49,7 @@ extern BOOL WINAPI IsValidLocale(LCID, DWORD); #include "systime.h" #include "syswait.h" #include "process.h" +#include "syssignal.h" #include "w32term.h" /* Control whether spawnve quotes arguments as necessary to ensure |
