]> granicus.if.org Git - apache/commitdiff
make sure we have prototype for strcasecmp()
authorJeff Trawick <trawick@apache.org>
Mon, 29 Sep 2003 14:03:37 +0000 (14:03 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 29 Sep 2003 14:03:37 +0000 (14:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101344 13f79535-47bb-0310-9956-ffa450edef68

modules/mappers/mod_actions.c

index 55d6e65e1c32c1367519c676b4dadd025fd6e5d6..14980bfed28b290e0447ca6e3d7e88a189d74eef 100644 (file)
@@ -79,6 +79,8 @@
  */
 
 #include "apr_strings.h"
+#define APR_WANT_STRFUNC
+#include "apr_want.h"
 #include "ap_config.h"
 #include "httpd.h"
 #include "http_config.h"