* client.cc: Include sigproc.h if __INSIDE_CYGWIN__ is defined.
This commit is contained in:
parent
374d215cca
commit
971d94e260
@ -1,3 +1,7 @@
|
|||||||
|
2012-03-19 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* client.cc: Include sigproc.h if __INSIDE_CYGWIN__ is defined.
|
||||||
|
|
||||||
2012-03-19 Christopher Faylor <me.cygwin2012@cgf.cx>
|
2012-03-19 Christopher Faylor <me.cygwin2012@cgf.cx>
|
||||||
|
|
||||||
* client.cc: Remove unneeded #include "sigproc.h".
|
* client.cc: Remove unneeded #include "sigproc.h".
|
||||||
|
@ -22,6 +22,10 @@ details. */
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
|
#ifdef __INSIDE_CYGWIN__
|
||||||
|
#include "sigproc.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "cygserver_msg.h"
|
#include "cygserver_msg.h"
|
||||||
#include "cygserver_sem.h"
|
#include "cygserver_sem.h"
|
||||||
#include "cygserver_shm.h"
|
#include "cygserver_shm.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user