wrowe 00/12/21 12:33:51
Modified: support logresolve.c
Log:
This should build entirely with APR support.
Revision Changes Path
1.12 +1 -1 httpd-2.0/support/logresolve.c
Index: logresolve.c
===================================================================
RCS file: /home/cvs/httpd-2.0/support/logresolve.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- logresolve.c 2000/11/02 02:12:34 1.11
+++ logresolve.c 2000/12/21 20:33:50 1.12
@@ -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>
|