* msg.cc: Always include signal.h to handle SIGSYS raise when !USE_SERVER.

This commit is contained in:
Christopher Faylor
2003-11-21 22:21:05 +00:00
parent 4f6149d6f0
commit bfa2e9cbb1
2 changed files with 5 additions and 0 deletions

View File

@ -10,6 +10,7 @@ details. */
#include "winsup.h"
#include "cygerrno.h"
#include <signal.h>
#ifdef USE_SERVER
#include <sys/types.h>
#include <stdio.h>