From: Ryan Bloom Date: Sun, 23 Jul 2000 17:31:08 +0000 (+0000) Subject: Remove apr_strnatcmp.h. All of the functions prototyped in this file X-Git-Tag: APACHE_2_0_ALPHA_5~99 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce7a5bcaff670808ef0a3fc2e257cc6ffcbf521e;p=apache Remove apr_strnatcmp.h. All of the functions prototyped in this file have been moved to apr_strings.h. This also modifes Apache to include apr_strings.h instead of apr_strnatcmp.h git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85872 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/generators/mod_autoindex.c b/modules/generators/mod_autoindex.c index 84435b3d83..1ba8689667 100644 --- a/modules/generators/mod_autoindex.c +++ b/modules/generators/mod_autoindex.c @@ -77,7 +77,7 @@ #include "http_main.h" #include "util_script.h" #include "apr_fnmatch.h" -#include "apr_strnatcmp.h" +#include "apr_strings.h" #ifdef HAVE_STRING_H #include #endif