Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-11-22 01:22:08 +0300
committerChristopher Faylor <me@cgf.cx>2003-11-22 01:22:08 +0300
commitef7acb98aab3b38bf096a1aad68f18a27a868a93 (patch)
tree936f6bed2eedb053eadc425a4278782f6981bbca /winsup/cygwin/sem.cc
parentbfa2e9cbb129de6e821b97133977d88696fca215 (diff)
* 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.
Diffstat (limited to 'winsup/cygwin/sem.cc')
-rw-r--r--winsup/cygwin/sem.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/sem.cc b/winsup/cygwin/sem.cc
index dfe28908f..f7823b0fc 100644
--- a/winsup/cygwin/sem.cc
+++ b/winsup/cygwin/sem.cc
@@ -10,6 +10,7 @@ details. */
#include "winsup.h"
#include "cygerrno.h"
+#include <signal.h>
#ifdef USE_SERVER
#include <sys/types.h>
#include <stdio.h>