summaryrefslogtreecommitdiff
path: root/file_io/win32/filedup.c
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2000-11-09 06:15:54 +0000
committerRyan Bloom <rbb@apache.org>2000-11-09 06:15:54 +0000
commit56ccb989f5504c66d525b23b3b3372c33966d263 (patch)
tree6a99a139db3c10eefcbb9755c90e67fc27d71c32 /file_io/win32/filedup.c
parentcd00b8a98a5bb5dc37ecdb758af14b34ea5a89ce (diff)
downloadapr-56ccb989f5504c66d525b23b3b3372c33966d263.tar.gz
Move all of the file private header files to an arch directory under
the include directory. All private header files for APR are being moved. This allows platforms that only implement some of the APR types to compile cleanly. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60653 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'file_io/win32/filedup.c')
-rw-r--r--file_io/win32/filedup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file_io/win32/filedup.c b/file_io/win32/filedup.c
index 1520bf8ce..a7ed9fa2b 100644
--- a/file_io/win32/filedup.c
+++ b/file_io/win32/filedup.c
@@ -52,7 +52,7 @@
* <http://www.apache.org/>.
*/
-#include "fileio.h"
+#include "win32/fileio.h"
#include "apr_file_io.h"
#include "apr_general.h"
#include "apr_strings.h"