]> granicus.if.org Git - apache/commitdiff
Fix any compile breaks after moving apr_snprintf and apr_vsnprintf to
authorRyan Bloom <rbb@apache.org>
Sun, 11 Feb 2001 00:12:43 +0000 (00:12 +0000)
committerRyan Bloom <rbb@apache.org>
Sun, 11 Feb 2001 00:12:43 +0000 (00:12 +0000)
apr_strings.h

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88077 13f79535-47bb-0310-9956-ffa450edef68

modules/generators/mod_info.c
modules/proxy/proxy_connect.c
modules/proxy/proxy_ftp.c
modules/proxy/proxy_http.c
modules/proxy/proxy_util.c

index ccdfdc12cc03d76e63749552940e1253420ae179..75b72aed2b32b48ed29d0502b77c432e5a265f7c 100644 (file)
@@ -91,6 +91,7 @@
 #include "http_main.h"
 #include "http_protocol.h"
 #include "util_script.h"
+#include "apr_strings.h"
 #include "apr_lib.h"
 #define APR_WANT_STRFUNC
 #include "apr_want.h"
index 05e7d3801ea9ef73b91c3f04c62fc4bf5bf308d4..9df39ee328cd96405600960e1a08a5fc2b73ca7b 100644 (file)
@@ -61,6 +61,7 @@
 #include "mod_proxy.h"
 #include "http_log.h"
 #include "http_main.h"
+#include "apr_strings.h"
 
 #ifdef HAVE_BSTRING_H
 #include <bstring.h>           /* for IRIX, FD_SET calls bzero() */
index 1d07fb0dcec80c1cb4264210f496c12e8e0539b1..096d836d9e0512025ff088d35fea5941cb0e0690 100644 (file)
@@ -62,6 +62,7 @@
 #include "http_main.h"
 #include "http_log.h"
 #include "http_core.h"
+#include "apr_strings.h"
 
 #define AUTODETECT_PWD
 
index 37a6c6a4ec511932653fd93025e4afb93b63d831..de1ef550a39728877f0f0f0d69c14a47264d04d3 100644 (file)
@@ -61,6 +61,7 @@
 #define CORE_PRIVATE
 
 #include "mod_proxy.h"
+#include "apr_strings.h"
 #include "apr_buckets.h"
 #include "util_filter.h"
 #include "ap_config.h"
index ec2e86c86721a569ddca7ed4774475229b5b51cc..18eb2c4e2cfe1ee3f0b53c2ea1c5b0cf5b56d86f 100644 (file)
@@ -67,6 +67,7 @@
 #include "util_date.h" /* get ap_checkmask() decl. */
 #include "apr_md5.h"
 #include "apr_pools.h"
+#include "apr_strings.h"
 
 static int proxy_match_ipaddr(struct dirconn_entry *This, request_rec *r);
 static int proxy_match_domainname(struct dirconn_entry *This, request_rec *r);