commit | 8ea7d8cdaf4a03cdc06abc8b752b589271140a88 | [log] [tgz] |
---|---|---|
author | Erik Andersen <andersen@codepoet.org> | Sat May 20 00:40:08 2000 +0000 |
committer | Erik Andersen <andersen@codepoet.org> | Sat May 20 00:40:08 2000 +0000 |
tree | 955fc9545f490ca39f0c24629316b7d328612802 | |
parent | 330fd2b5767110f29544131d4c72c77e0506b6df [diff] [blame] |
First pass at fixing tar segfault, and more portability updates. -Erik
diff --git a/fsck_minix.c b/fsck_minix.c index 7d27566..1e482f3 100644 --- a/fsck_minix.c +++ b/fsck_minix.c
@@ -97,6 +97,7 @@ #include <termios.h> #include <mntent.h> #include <sys/stat.h> +#include <sys/param.h> #include <linux/fs.h> #include <linux/minix_fs.h>