]> granicus.if.org Git - apache/commitdiff
The Unix MPMs were depending on APR for signal.h, and broke. Add an
authorManoj Kasichainula <manoj@apache.org>
Fri, 3 Dec 1999 22:11:31 +0000 (22:11 +0000)
committerManoj Kasichainula <manoj@apache.org>
Fri, 3 Dec 1999 22:11:31 +0000 (22:11 +0000)
explicit #include for it back in.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84217 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/dexter/dexter.c
server/mpm/mpmt_pthread/mpmt_pthread.c
server/mpm/prefork/prefork.c

index 3fa148e2faa79350a437e1b8ac718e96e99f9044..7437fe03620f48e4e8bed36640fb0b2cbb2afff5 100644 (file)
@@ -75,6 +75,7 @@
 #include <poll.h>
 #include <netinet/tcp.h> 
 #include <pthread.h>
+#include <signal.h>
 
 /*
  * Actual definitions of config globals
index f648589ec26409a61d2fd437ecb55455713f8c0c..707bcfe70a63e8e64bfcdc4508a4419264169741 100644 (file)
@@ -72,6 +72,7 @@
 
 #include <netinet/tcp.h> 
 #include <pthread.h>
+#include <signal.h>
 
 /*
  * Actual definitions of config globals
index bf000726da22d59f7416f14b69acbc1c1aa2cfbd..be8d85b6dca97537e940c226eec7e9f8f33fd71c 100644 (file)
 #ifdef HAVE_BSTRING_H
 #include <bstring.h>           /* for IRIX, FD_SET calls bzero() */
 #endif
+#include <signal.h>
 
 /* config globals */