From ce7a5bcaff670808ef0a3fc2e257cc6ffcbf521e Mon Sep 17 00:00:00 2001 From: Ryan Bloom Date: Sun, 23 Jul 2000 17:31:08 +0000 Subject: [PATCH] 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 --- modules/generators/mod_autoindex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1