From a80a801ae2414ed3bdaf08e705320a6673dcca81 Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Tue, 23 Jun 2009 23:39:16 +0000 Subject: lowercase include since this breaks MingW cross-compile on Linux; shouldnt make any difference when compiling with MSVC on Win32. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@787872 13f79535-47bb-0310-9956-ffa450edef68 --- file_io/win32/open.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'file_io/win32') diff --git a/file_io/win32/open.c b/file_io/win32/open.c index 82dc8294e..5af4dd4a5 100644 --- a/file_io/win32/open.c +++ b/file_io/win32/open.c @@ -32,7 +32,7 @@ #include "apr_arch_misc.h" #include "apr_arch_inherit.h" #include -#include +#include #if APR_HAS_UNICODE_FS apr_status_t utf8_to_unicode_path(apr_wchar_t* retstr, apr_size_t retlen, -- cgit v1.2.1