* msg.cc: Always include signal.h to handle SIGSYS raise when !USE_SERVER.
This commit is contained in:
parent
4f6149d6f0
commit
bfa2e9cbb1
|
@ -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>
|
2003-11-20 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
* configure.in: Make --use-server the default. Remove powerpc target.
|
* configure.in: Make --use-server the default. Remove powerpc target.
|
||||||
|
|
|
@ -10,6 +10,7 @@ details. */
|
||||||
|
|
||||||
#include "winsup.h"
|
#include "winsup.h"
|
||||||
#include "cygerrno.h"
|
#include "cygerrno.h"
|
||||||
|
#include <signal.h>
|
||||||
#ifdef USE_SERVER
|
#ifdef USE_SERVER
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
Loading…
Reference in New Issue