]> granicus.if.org Git - apache/commitdiff
get the prototype for strcasecmp() on AIX
authorJeff Trawick <trawick@apache.org>
Thu, 6 Jun 2002 15:25:21 +0000 (15:25 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 6 Jun 2002 15:25:21 +0000 (15:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95548 13f79535-47bb-0310-9956-ffa450edef68

modules/filters/mod_deflate.c

index 9f3d02ec0c8b5255701cabd30aa045092d43505e..f08c339707f90f1c3646877562afe6972d8a1dd7 100644 (file)
@@ -70,6 +70,8 @@
 #include "util_filter.h"
 #include "apr_buckets.h"
 #include "http_request.h"
+#define APR_WANT_STRFUNC
+#include "apr_want.h"
 
 #include "zlib.h"