]> granicus.if.org Git - apache/commitdiff
include "apr_signal.h" when needed
authorGreg Stein <gstein@apache.org>
Sun, 11 Feb 2001 01:09:02 +0000 (01:09 +0000)
committerGreg Stein <gstein@apache.org>
Sun, 11 Feb 2001 01:09:02 +0000 (01:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88082 13f79535-47bb-0310-9956-ffa450edef68

modules/generators/mod_cgid.c
modules/http/http_protocol.c
modules/mappers/mod_rewrite.c

index 9b530953b49ec09934dba50f0810e10fec0f36df..43fd49dc2ed1432ef12186eeba545174bfeacb58 100644 (file)
@@ -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"
index 55b9cbbf361a77fdf8f6f95136c9db68416f319c..afdbb70178d703d2df44895c6643c24475dfcd6b 100644 (file)
@@ -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
index 5b716c5075cbfd895f75a1589e10c4ff7533ae52..1ee96e1b5a567c308ef004797f69902d57ce5d37 100644 (file)
@@ -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