summaryrefslogtreecommitdiff
path: root/file_io
diff options
context:
space:
mode:
authorfuankg <fuankg@13f79535-47bb-0310-9956-ffa450edef68>2009-06-23 23:39:16 +0000
committerfuankg <fuankg@13f79535-47bb-0310-9956-ffa450edef68>2009-06-23 23:39:16 +0000
commitf72484d631400b2447050817d79112af9f592c0e (patch)
tree211cb9f51cb6cb27abfbfe9280d1f0df1fceb3b5 /file_io
parent47705dc3af79ff3a4b022816103fdc013fcdcd8c (diff)
downloadlibapr-f72484d631400b2447050817d79112af9f592c0e.tar.gz
lowercase include since this breaks MingW cross-compile on Linux;
shouldnt make any difference when compiling with MSVC on Win32. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@787872 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'file_io')
-rw-r--r--file_io/win32/open.c2
1 files changed, 1 insertions, 1 deletions
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 <io.h>
-#include <WinIoCtl.h>
+#include <winioctl.h>
#if APR_HAS_UNICODE_FS
apr_status_t utf8_to_unicode_path(apr_wchar_t* retstr, apr_size_t retlen,