From e7c15bba659f0cad28b72114b1c77225fff36b25 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 12 May 2001 10:51:09 +0000 Subject: [PATCH] Include syssignal.h, to avoid compiler warnings. --- src/ChangeLog | 2 ++ src/w32proc.c | 1 + 2 files changed, 3 insertions(+) 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 -- 2.39.2