summaryrefslogtreecommitdiff
path: root/file_io/win32
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2009-06-23 23:39:16 +0000
committerGuenter Knauf <fuankg@apache.org>2009-06-23 23:39:16 +0000
commita80a801ae2414ed3bdaf08e705320a6673dcca81 (patch)
tree211cb9f51cb6cb27abfbfe9280d1f0df1fceb3b5 /file_io/win32
parentfd6727140c50663a4de645456623beeee05c21ec (diff)
downloadapr-a80a801ae2414ed3bdaf08e705320a6673dcca81.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: https://svn.apache.org/repos/asf/apr/apr/trunk@787872 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'file_io/win32')
-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,