From: William A. Rowe Jr Date: Thu, 21 Dec 2000 20:33:50 +0000 (+0000) Subject: This should build entirely with APR support. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d60b48f21eba9818c0eed836b7766e5b3a66b91;p=thirdparty%2Fapache%2Fhttpd.git This should build entirely with APR support. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87500 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/logresolve.c b/support/logresolve.c index 43fa47a549a..6ad8d8e6d68 100644 --- a/support/logresolve.c +++ b/support/logresolve.c @@ -39,7 +39,7 @@ * that one of these matches the original address. */ -#include "ap_config.h" +#include "apr_lib.h" #include #ifdef HAVE_CTYPE_H #include