summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2000-07-23 19:31:08 +0200
committerRyan Bloom <rbb@apache.org>2000-07-23 19:31:08 +0200
commitce7a5bcaff670808ef0a3fc2e257cc6ffcbf521e (patch)
treebae89deb53135839af0b4e3a0bb49f1cc31c9228 /modules
parentFix VPATH builds (diff)
downloadapache2-ce7a5bcaff670808ef0a3fc2e257cc6ffcbf521e.tar.xz
apache2-ce7a5bcaff670808ef0a3fc2e257cc6ffcbf521e.zip
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
Diffstat (limited to 'modules')
-rw-r--r--modules/generators/mod_autoindex.c2
1 files changed, 1 insertions, 1 deletions
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 <string.h>
#endif