diff options
author | Jeff Trawick <trawick@apache.org> | 2001-02-11 01:09:40 +0100 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2001-02-11 01:09:40 +0100 |
commit | 9e95d8139c219df505f228abe14b67f1edaed052 (patch) | |
tree | fa589ef808658ea7451fb8623506a2646c3a45e7 /modules/aaa/mod_auth_digest.c | |
parent | Allow us to use INCLUDES on files with multiple extensions, and use (diff) | |
download | apache2-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.c | 3 |
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" |