* client.cc: Revert sigproc.h inclusion since it was fixed elsewhere.
This commit is contained in:
parent
33a6952b7f
commit
a1b22837ae
|
@ -1,3 +1,7 @@
|
|||
2012-03-19 Christopher Faylor <me.cygwin2012@cgf.cx>
|
||||
|
||||
* client.cc: Revert sigproc.h inclusion since it was fixed elsewhere.
|
||||
|
||||
2012-03-19 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* client.cc: Include sigproc.h if __INSIDE_CYGWIN__ is defined.
|
||||
|
|
|
@ -22,10 +22,6 @@ 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"
|
||||
|
|
Loading…
Reference in New Issue