]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
make sure we have the prototype for strcasecmp()
authorJeff Trawick <trawick@apache.org>
Tue, 27 Mar 2001 11:47:23 +0000 (11:47 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 27 Mar 2001 11:47:23 +0000 (11:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88593 13f79535-47bb-0310-9956-ffa450edef68

modules/http/http_core.c

index f05a6947c28a8fc05394de7728250d5380ecb80e..3983ef05daa4ea060927125b392afadfbc397472 100644 (file)
@@ -59,6 +59,9 @@
 #include "apr_strings.h"
 #include "apr_thread_proc.h"    /* for RLIMIT stuff */
 
+#define APR_WANT_STRFUNC
+#include "apr_want.h"
+
 #define CORE_PRIVATE
 #include "httpd.h"
 #include "http_config.h"