diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2000-12-21 20:33:50 +0000 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2000-12-21 20:33:50 +0000 |
commit | 72526739336f4799495a22f07d285f88bd4e3d51 (patch) | |
tree | 56c730e6f0d47a7df96ecca7d9d6d3f7eaf7028c | |
parent | a459c026e177061376b19e4ed8f0bac0f253d7de (diff) | |
download | httpd-72526739336f4799495a22f07d285f88bd4e3d51.tar.gz |
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
-rw-r--r-- | support/logresolve.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/logresolve.c b/support/logresolve.c index 43fa47a549..6ad8d8e6d6 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 <stdio.h> #ifdef HAVE_CTYPE_H #include <ctype.h> |