From dc44adee51147c00f674d65666fad639ca8e7f03 Mon Sep 17 00:00:00 2001 From: Greg Stein Date: Sun, 11 Feb 2001 01:09:02 +0000 Subject: [PATCH] include "apr_signal.h" when needed git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88082 13f79535-47bb-0310-9956-ffa450edef68 --- modules/generators/mod_cgid.c | 1 + modules/http/http_protocol.c | 1 + modules/mappers/mod_rewrite.c | 1 + 3 files changed, 3 insertions(+) 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 -- 2.50.1