include signal.h for kill(2)

Remove an ifdef that prevented this.  signal.h is part of posix
and dtucker@ notes OpenSSH portable uses it without ifdefs.

ok matthieu@ robert@
master
jsg 2023-09-06 09:29:25 +00:00
parent 6a599fd2aa
commit 60273ffa39
1 changed files with 0 additions and 3 deletions

View File

@ -40,10 +40,7 @@ static const char sccsid[] = "@(#)logout.c 4.02 97/04/01 xlockmore";
#if ( HAVE_SYSLOG_H && defined( USE_SYSLOG ))
#include <syslog.h>
#endif
#if defined(__CYGWIN__) || defined(SOLARIS2)
#include <signal.h>
#endif
#include <sys/signal.h>
extern Bool inroot, inwindow, nolock, debug;
extern char *logoutCmd;