diff options
author | Theodore Ts'o <tytso@mit.edu> | 1997-10-20 00:44:26 +0000 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 1997-10-20 00:44:26 +0000 |
commit | d40259fd552d942903f2fd0b426c75a5c2516017 (patch) | |
tree | f29e6ae8ec912c9e729c547758c76285d532f908 /lib/ext2fs/unix_io.c | |
parent | b69096a348f8418dd0951d17ecb9605b418176f4 (diff) | |
download | e2fsprogs-d40259fd552d942903f2fd0b426c75a5c2516017.tar.gz |
Many files:
Rename io.h to be ext2_io.h (avoid namespace collisions)
ChangeLog, resize2fs.h:
Add #ifdef's for HAVE_SYS_TYPES_H and HAVE_SYS_TIME_H.
Diffstat (limited to 'lib/ext2fs/unix_io.c')
-rw-r--r-- | lib/ext2fs/unix_io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ext2fs/unix_io.c b/lib/ext2fs/unix_io.c index b17ed7fe..203ce576 100644 --- a/lib/ext2fs/unix_io.c +++ b/lib/ext2fs/unix_io.c @@ -31,7 +31,7 @@ #include "et/com_err.h" #include "ext2fs/ext2_err.h" -#include "io.h" +#include "ext2fs/ext2_io.h" /* * For checking structure magic numbers... |