diff options
author | Christopher Faylor <me@cgf.cx> | 2003-11-21 22:22:08 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-11-21 22:22:08 +0000 |
commit | ef7acb98aab3b38bf096a1aad68f18a27a868a93 (patch) | |
tree | 936f6bed2eedb053eadc425a4278782f6981bbca /winsup/cygwin/sem.cc | |
parent | bfa2e9cbb129de6e821b97133977d88696fca215 (diff) | |
download | cygnal-ef7acb98aab3b38bf096a1aad68f18a27a868a93.tar.gz cygnal-ef7acb98aab3b38bf096a1aad68f18a27a868a93.tar.bz2 cygnal-ef7acb98aab3b38bf096a1aad68f18a27a868a93.zip |
* 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.cc | 1 |
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> |