| commit | c4e749abd8451f02418fe552b2af14f226f7bd1e | [log] [tgz] |
|---|---|---|
| author | Theodore Ts'o <tytso@mit.edu> | Fri Feb 20 05:33:14 1998 +0000 |
| committer | Theodore Ts'o <tytso@mit.edu> | Fri Feb 20 05:33:14 1998 +0000 |
| tree | 1588040db19380a9865274888cbeb9d150d65b62 | |
| parent | 63c4969c54cdb91f5644fde33d301b5b417e6995 [diff] [blame] |
ChangeLog, getsize.c, ismounted.c, unix_io.c: getsize.c, ismounted.c, unix_io.c: #include errno.h since it's needed.
diff --git a/lib/ext2fs/unix_io.c b/lib/ext2fs/unix_io.c index 4639d4f..c46602e 100644 --- a/lib/ext2fs/unix_io.c +++ b/lib/ext2fs/unix_io.c
@@ -16,6 +16,9 @@ #if HAVE_UNISTD_H #include <unistd.h> #endif +#if HAVE_ERRNO_H +#include <errno.h> +#endif #include <fcntl.h> #include <time.h> #if HAVE_SYS_STAT_H