]> granicus.if.org Git - apache/commitdiff
include strings.h for strcasecmp()
authorJeff Trawick <trawick@apache.org>
Thu, 8 Feb 2001 19:24:15 +0000 (19:24 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 8 Feb 2001 19:24:15 +0000 (19:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88025 13f79535-47bb-0310-9956-ffa450edef68

modules/aaa/mod_auth_anon.c

index 04e971faad48aafad7bbe3ccc7f4647ada13e731..ec8ba3caa49e1652de6db981545110ef86a576a6 100644 (file)
 #include "http_protocol.h"
 #include "http_request.h"
 #include "apr_strings.h"
+#if APR_HAVE_STRINGS_H
+#include <strings.h>
+#endif
 
 typedef struct anon_auth {
     char *password;