summaryrefslogtreecommitdiffstats
path: root/modules/aaa/mod_auth_digest.c
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2001-02-11 01:09:40 +0100
committerJeff Trawick <trawick@apache.org>2001-02-11 01:09:40 +0100
commit9e95d8139c219df505f228abe14b67f1edaed052 (patch)
treefa589ef808658ea7451fb8623506a2646c3a45e7 /modules/aaa/mod_auth_digest.c
parentAllow us to use INCLUDES on files with multiple extensions, and use (diff)
downloadapache2-9e95d8139c219df505f228abe14b67f1edaed052.tar.xz
apache2-9e95d8139c219df505f228abe14b67f1edaed052.zip
clean up more warnings and link problems after the header file
shuffle git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88075 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/aaa/mod_auth_digest.c')
-rw-r--r--modules/aaa/mod_auth_digest.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/aaa/mod_auth_digest.c b/modules/aaa/mod_auth_digest.c
index a22614546f..fa7c4e7077 100644
--- a/modules/aaa/mod_auth_digest.c
+++ b/modules/aaa/mod_auth_digest.c
@@ -114,7 +114,8 @@
#include "apr_errno.h"
#include "apr_lock.h"
#include "apr_strings.h"
-
+#define APR_WANT_STRFUNC
+#include "apr_want.h"
#if APR_HAS_SHARED_MEMORY
#include "apr_shmem.h"