* client.cc: Include sigproc.h if __INSIDE_CYGWIN__ is defined.
This commit is contained in:
@ -22,6 +22,10 @@ details. */
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#ifdef __INSIDE_CYGWIN__
|
||||
#include "sigproc.h"
|
||||
#endif
|
||||
|
||||
#include "cygserver_msg.h"
|
||||
#include "cygserver_sem.h"
|
||||
#include "cygserver_shm.h"
|
||||
|
Reference in New Issue
Block a user