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>2012-03-20 00:18:18 +0400
committerChristopher Faylor <me@cgf.cx>2012-03-20 00:18:18 +0400
commit33a6952b7f1efe76ebbdb988bd25e30e91c6f654 (patch)
treeb8b41df139c3dcb4ec9f808757471dfe0d40997e /winsup/cygwin/cygserver_ipc.h
parent971d94e2602e0f5ccd30d78d07113ef5aabe7484 (diff)
* cygserver_ipc.h: Include sigproc.h for signal_arrived declaration.
Diffstat (limited to 'winsup/cygwin/cygserver_ipc.h')
-rw-r--r--winsup/cygwin/cygserver_ipc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/winsup/cygwin/cygserver_ipc.h b/winsup/cygwin/cygserver_ipc.h
index d25a3bdeb..2f7c3531f 100644
--- a/winsup/cygwin/cygserver_ipc.h
+++ b/winsup/cygwin/cygserver_ipc.h
@@ -1,6 +1,6 @@
/* cygserver_ipc.h
- Copyright 2002, 2003, 2004 Red Hat, Inc.
+ Copyright 2002, 2003, 2004, 2012 Red Hat, Inc.
This file is part of Cygwin.
@@ -32,6 +32,7 @@ struct proc {
};
#ifdef __INSIDE_CYGWIN__
+#include "sigproc.h"
inline void
ipc_set_proc_info (proc &blk)
{