* sem.cc: Always include signal.h to handle SIGSYS raise when !USE_SERVER.
* shm.cc: Ditto. * msg.cc: Always include signal.h to handle SIGSYS raise when !USE_SERVER.
This commit is contained in:
@ -10,6 +10,7 @@ details. */
|
||||
|
||||
#include "winsup.h"
|
||||
#include "cygerrno.h"
|
||||
#include <signal.h>
|
||||
#ifdef USE_SERVER
|
||||
#include <sys/types.h>
|
||||
#include <sys/queue.h>
|
||||
|
Reference in New Issue
Block a user