]> granicus.if.org Git - apache/blobdiff - modules/dav/fs/repos.c
Updated patch to fix compile warnings from not including apr_strings.h
[apache] / modules / dav / fs / repos.c
index ff912190f9376b3f84c0bd9e0c324dd6d271a101..186309508d6feb49c6e408939c0a6d044091d4d8 100644 (file)
@@ -56,9 +56,8 @@
 ** DAV filesystem-based repository provider
 */
 
-#include <string.h>
-
 #include "apr_file_io.h"
+#include "apr_strings.h"
 
 #include "httpd.h"
 #include "http_log.h"