summaryrefslogtreecommitdiff
path: root/file_io/os2/readwrite.c
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-11-09 06:15:54 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-11-09 06:15:54 +0000
commitbb4de686669b303d6becc111ec6e7cb0db33df1e (patch)
tree6a99a139db3c10eefcbb9755c90e67fc27d71c32 /file_io/os2/readwrite.c
parent2a2b2b059b39ee467cf09148c45d316af9e37375 (diff)
downloadlibapr-bb4de686669b303d6becc111ec6e7cb0db33df1e.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: http://svn.apache.org/repos/asf/apr/apr/trunk@60653 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'file_io/os2/readwrite.c')
-rw-r--r--file_io/os2/readwrite.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/file_io/os2/readwrite.c b/file_io/os2/readwrite.c
index d4816c50a..9d5b2ff56 100644
--- a/file_io/os2/readwrite.c
+++ b/file_io/os2/readwrite.c
@@ -1,4 +1,4 @@
-/* ====================================================================
+os2//* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2000 The Apache Software Foundation. All rights
@@ -55,7 +55,7 @@
#define INCL_DOS
#define INCL_DOSERRORS
-#include "fileio.h"
+#include "os2/fileio.h"
#include "apr_file_io.h"
#include "apr_lib.h"