From: William A. Rowe Jr Date: Wed, 17 Jul 2002 07:10:52 +0000 (+0000) Subject: suck_in wasn't sucking hard enough. Fixed the header. X-Git-Tag: 2.0.40~204 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a5de2a2ff9a5087fc22991e2c4e871ef8008dd5a;p=thirdparty%2Fapache%2Fhttpd.git suck_in wasn't sucking hard enough. Fixed the header. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96092 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/main.c b/server/main.c index 971b7e67a40..5e5be5260e6 100644 --- a/server/main.c +++ b/server/main.c @@ -61,6 +61,7 @@ #include "apr_getopt.h" #include "apr_general.h" #include "apr_lib.h" +#include "apr_md5.h" #define APR_WANT_STDIO #define APR_WANT_STRFUNC