From: Manoj Kasichainula Date: Fri, 3 Dec 1999 22:11:31 +0000 (+0000) Subject: The Unix MPMs were depending on APR for signal.h, and broke. Add an X-Git-Tag: 1.3.10~126 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1ab6b7b2333088f265d9bc3623003be34abe6b43;p=apache The Unix MPMs were depending on APR for signal.h, and broke. Add an explicit #include for it back in. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84217 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/dexter/dexter.c b/server/mpm/dexter/dexter.c index 3fa148e2fa..7437fe0362 100644 --- a/server/mpm/dexter/dexter.c +++ b/server/mpm/dexter/dexter.c @@ -75,6 +75,7 @@ #include #include #include +#include /* * Actual definitions of config globals diff --git a/server/mpm/mpmt_pthread/mpmt_pthread.c b/server/mpm/mpmt_pthread/mpmt_pthread.c index f648589ec2..707bcfe70a 100644 --- a/server/mpm/mpmt_pthread/mpmt_pthread.c +++ b/server/mpm/mpmt_pthread/mpmt_pthread.c @@ -72,6 +72,7 @@ #include #include +#include /* * Actual definitions of config globals diff --git a/server/mpm/prefork/prefork.c b/server/mpm/prefork/prefork.c index bf000726da..be8d85b6dc 100644 --- a/server/mpm/prefork/prefork.c +++ b/server/mpm/prefork/prefork.c @@ -109,6 +109,7 @@ #ifdef HAVE_BSTRING_H #include /* for IRIX, FD_SET calls bzero() */ #endif +#include /* config globals */