From: Greg Stein Date: Sun, 11 Feb 2001 01:09:02 +0000 (+0000) Subject: include "apr_signal.h" when needed X-Git-Tag: 2.0.10~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc44adee51147c00f674d65666fad639ca8e7f03;p=thirdparty%2Fapache%2Fhttpd.git include "apr_signal.h" when needed git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88082 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/generators/mod_cgid.c b/modules/generators/mod_cgid.c index 9b530953b49..43fd49dc2ed 100644 --- a/modules/generators/mod_cgid.c +++ b/modules/generators/mod_cgid.c @@ -76,6 +76,7 @@ #include "apr_portable.h" #include "apr_buckets.h" #include "apr_optional.h" +#include "apr_signal.h" #define APR_WANT_STRFUNC #include "apr_want.h" diff --git a/modules/http/http_protocol.c b/modules/http/http_protocol.c index 55b9cbbf361..afdbb70178d 100644 --- a/modules/http/http_protocol.c +++ b/modules/http/http_protocol.c @@ -67,6 +67,7 @@ #include "apr_strings.h" #include "apr_buckets.h" #include "apr_lib.h" +#include "apr_signal.h" #define APR_WANT_STDIO /* for sscanf */ #define APR_WANT_STRFUNC diff --git a/modules/mappers/mod_rewrite.c b/modules/mappers/mod_rewrite.c index 5b716c5075c..1ee96e1b5a5 100644 --- a/modules/mappers/mod_rewrite.c +++ b/modules/mappers/mod_rewrite.c @@ -92,6 +92,7 @@ #include "apr_strings.h" #include "apr_user.h" #include "apr_lib.h" +#include "apr_signal.h" #define APR_WANT_STRFUNC #define APR_WANT_IOVEC