OSDN Git Service

* msg.cc: Always include signal.h to handle SIGSYS raise when !USE_SERVER.
authorcgf <cgf>
Fri, 21 Nov 2003 22:21:05 +0000 (22:21 +0000)
committercgf <cgf>
Fri, 21 Nov 2003 22:21:05 +0000 (22:21 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/msg.cc

index 2ea8ab4..616fe94 100644 (file)
@@ -1,3 +1,7 @@
+2003-11-21  Christopher Faylor  <cgf@redhat.com>
+
+       * msg.cc: Always include signal.h to handle SIGSYS raise when !USE_SERVER.
+
 2003-11-20  Christopher Faylor  <cgf@redhat.com>
 
        * configure.in: Make --use-server the default.  Remove powerpc target.
index b300a13..9b842b8 100644 (file)
@@ -10,6 +10,7 @@ details. */
 
 #include "winsup.h"
 #include "cygerrno.h"
+#include <signal.h>
 #ifdef USE_SERVER
 #include <sys/types.h>
 #include <stdio.h>