]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
get rid of a warning for missing strXXX prototype. (I only saw this
authorJeff Trawick <trawick@apache.org>
Mon, 21 May 2001 19:17:20 +0000 (19:17 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 21 May 2001 19:17:20 +0000 (19:17 +0000)
on RH 7.1.)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89188 13f79535-47bb-0310-9956-ffa450edef68

support/htdigest.c

index 987bd629a6ec405c23900b9b447c93eab6049b46..f49e059483fc0f67a50d66aae624fceafaef7ce6 100644 (file)
@@ -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