From: Jeff Trawick Date: Mon, 21 May 2001 19:17:20 +0000 (+0000) Subject: get rid of a warning for missing strXXX prototype. (I only saw this X-Git-Tag: 2.0.19~198 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9046d9b7b9b14b3849744b072eff6cbeab37434;p=thirdparty%2Fapache%2Fhttpd.git get rid of a warning for missing strXXX prototype. (I only saw this on RH 7.1.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89188 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/htdigest.c b/support/htdigest.c index 987bd629a6e..f49e059483f 100644 --- a/support/htdigest.c +++ b/support/htdigest.c @@ -72,6 +72,7 @@ #include "apr_signal.h" #define APR_WANT_STDIO +#define APR_WANT_STRFUNC #include "apr_want.h" #if APR_HAVE_SYS_TYPES_H