* 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

@ -1,3 +1,7 @@
2003-11-21 Christopher Faylor <cgf@redhat.com>
* msg.cc: Always include signal.h to handle SIGSYS raise when !USE_SERVER.
2003-11-20 Christopher Faylor <cgf@redhat.com>
* configure.in: Make --use-server the default. Remove powerpc target.

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>