]> sourceware.org Git - newlib-cygwin.git/commitdiff
* msg.cc: Always include signal.h to handle SIGSYS raise when !USE_SERVER.
authorChristopher Faylor <me@cgf.cx>
Fri, 21 Nov 2003 22:21:05 +0000 (22:21 +0000)
committerChristopher Faylor <me@cgf.cx>
Fri, 21 Nov 2003 22:21:05 +0000 (22:21 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/msg.cc

index 2ea8ab4f47768e2158f7c24be54a98b15c81d70a..616fe94514d1adf8139e3b716fc5c226747faf2e 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 b300a133f76f9d92d264d1f2103d286b413aa436..9b842b8ff18ff25074c422bb3adc1208cae43ada 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>
This page took 0.036651 seconds and 5 git commands to generate.