From: Ryan Bloom Date: Thu, 27 Apr 2000 04:22:57 +0000 (+0000) Subject: Fix some compile breaks in the support directory. These have not been X-Git-Tag: APACHE_2_0_ALPHA_3~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fdd1a286e970f59233fe22bf7bd7cba4a528ed24;p=thirdparty%2Fapache%2Fhttpd.git Fix some compile breaks in the support directory. These have not been tested, but they do compile at least. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85054 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/logresolve.c b/support/logresolve.c index cc8ff56ff3f..c9f8ca2ccfd 100644 --- a/support/logresolve.c +++ b/support/logresolve.c @@ -39,8 +39,9 @@ * that one of these matches the original address. */ -#include "apr.h" +#include "ap_config.h" #include +#include #if !defined(MPE) && !defined(BEOS) && !defined(WIN32) #include diff --git a/support/rotatelogs.c b/support/rotatelogs.c index 9a01e44a94d..d8316c606e9 100644 --- a/support/rotatelogs.c +++ b/support/rotatelogs.c @@ -71,8 +71,9 @@ #include #include #include +#include -void main (int argc, char **argv) +int main (int argc, char **argv) { char buf[BUFSIZE], buf2[MAX_PATH]; time_t tLogEnd = 0;