]> granicus.if.org Git - apache/commitdiff
clean up more warnings and link problems after the header file
authorJeff Trawick <trawick@apache.org>
Sun, 11 Feb 2001 00:09:40 +0000 (00:09 +0000)
committerJeff Trawick <trawick@apache.org>
Sun, 11 Feb 2001 00:09:40 +0000 (00:09 +0000)
shuffle

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

modules/aaa/mod_auth_anon.c
modules/aaa/mod_auth_digest.c
modules/mappers/mod_vhost_alias.c

index ec8ba3caa49e1652de6db981545110ef86a576a6..b6d6e69683f08ffc8d29ebb2ce390c95a1b01c30 100644 (file)
 #include "http_protocol.h"
 #include "http_request.h"
 #include "apr_strings.h"
-#if APR_HAVE_STRINGS_H
-#include <strings.h>
-#endif
+#define APR_WANT_STRFUNC
+#include "apr_want.h"
 
 typedef struct anon_auth {
     char *password;
index a22614546f78cad1099eca73ee96cd9dee328001..fa7c4e7077c9a1c5b9d57d67bfd5d207701f3394 100644 (file)
 #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"
index 985d6d49a69b9944dfe4485e4e014e3c5f57bbd3..d611fd22f8d0a246a61770c9ecd26169082123a4 100644 (file)
@@ -78,6 +78,7 @@
 #include "apr.h"
 #include "apr_strings.h"
 #include "apr_hooks.h"
+#include "apr_lib.h"
 
 #define APR_WANT_STRFUNC
 #include "apr_want.h"