From: Greg Stein Date: Sun, 11 Feb 2001 01:09:02 +0000 (+0000) Subject: include "apr_signal.h" when needed X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f81ff588a8a4f73fe2221c859374bbafb20d223f;p=apache 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 9b530953b4..43fd49dc2e 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 55b9cbbf36..afdbb70178 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 5b716c5075..1ee96e1b5a 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