From: Eli Zaretskii Date: Sat, 12 May 2001 10:51:09 +0000 (+0000) Subject: Include syssignal.h, to avoid compiler warnings. X-Git-Tag: emacs-pretest-21.0.104~522 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e7c15bba659f0cad28b72114b1c77225fff36b25;p=emacs.git Include syssignal.h, to avoid compiler warnings. --- 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 + * 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