[patch] small omission in fs/minix/file.c

Oliver Neukum (neukum@fachschaft.cup.uni-muenchen.de)
Sun, 11 Jul 1999 21:48:06 +0200 (MEST)


Hi list,

there is an include missing in fs/minix/file.c

Oliver

--- linux-2.3.10/fs/minix/file.c Wed Jul 7 04:08:33 1999
+++ linux-2.3.10/fs/minix/file.c Sun Jul 11 22:10:50 1999
@@ -24,6 +24,7 @@
#define MAX(a,b) (((a)>(b))?(a):(b))

#include <linux/fs.h>
+#include <linux/minix_fs.h>

/*
* Write to a file (through the page cache).

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/