Commit 5a905247 authored by Jeff Trawick's avatar Jeff Trawick
Browse files

include strings.h for strcasecmp()


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88025 13f79535-47bb-0310-9956-ffa450edef68
parent a06fbb24
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -101,6 +101,9 @@
#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;