Commit 58a8f009 authored by Jeff Trawick's avatar Jeff Trawick
Browse files

fix a warning on platforms where <strings.h> is needed for str[n]casecmp()


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87693 13f79535-47bb-0310-9956-ffa450edef68
parent ac9c3580
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -92,6 +92,9 @@
#include "http_protocol.h"
#include "util_script.h"
#include "http_conf_globals.h"
#if APR_HAVE_STRINGS_H
#include <strings.h>
#endif

typedef struct {
    const char *name;                 /* matching module name */