From c4e749abd8451f02418fe552b2af14f226f7bd1e Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Fri, 20 Feb 1998 05:33:14 +0000 Subject: ChangeLog, getsize.c, ismounted.c, unix_io.c: getsize.c, ismounted.c, unix_io.c: #include errno.h since it's needed. --- lib/ext2fs/unix_io.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/ext2fs/unix_io.c') diff --git a/lib/ext2fs/unix_io.c b/lib/ext2fs/unix_io.c index 4639d4fd..c46602e8 100644 --- a/lib/ext2fs/unix_io.c +++ b/lib/ext2fs/unix_io.c @@ -16,6 +16,9 @@ #if HAVE_UNISTD_H #include #endif +#if HAVE_ERRNO_H +#include +#endif #include #include #if HAVE_SYS_STAT_H -- cgit v1.2.3