diff options
author | thommay <thommay@13f79535-47bb-0310-9956-ffa450edef68> | 2003-01-07 00:52:57 +0000 |
---|---|---|
committer | thommay <thommay@13f79535-47bb-0310-9956-ffa450edef68> | 2003-01-07 00:52:57 +0000 |
commit | 65517e0a3ba283bcf9eb4db52216dd813f6cad80 (patch) | |
tree | d15e41e558c0b1d9170bcec6e12f68ac3c1ce109 /file_io/os2/filestat.c | |
parent | d6cd8426d1b9abdc50cfd8aa12fabfc9f11ae1bd (diff) | |
download | libapr-65517e0a3ba283bcf9eb4db52216dd813f6cad80.tar.gz |
rename apr_arch_fileio.h to apr_arch_file_io.h for consistency
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64275 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'file_io/os2/filestat.c')
-rw-r--r-- | file_io/os2/filestat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/file_io/os2/filestat.c b/file_io/os2/filestat.c index 4e3aa6928..cfb232e4a 100644 --- a/file_io/os2/filestat.c +++ b/file_io/os2/filestat.c @@ -54,7 +54,7 @@ #define INCL_DOS #define INCL_DOSERRORS -#include "apr_arch_fileio.h" +#include "apr_arch_file_io.h" #include "apr_file_io.h" #include "apr_lib.h" #include <sys/time.h> |