]> git.hungrycats.org Git - linux/commitdiff
Fix up after header file cleanups: add <linux/mount.h> to
authorArnaldo Carvalho de Melo <acme@conectiva.com.br>
Sun, 17 Nov 2002 05:24:58 +0000 (03:24 -0200)
committerArnaldo Carvalho de Melo <acme@conectiva.com.br>
Sun, 17 Nov 2002 05:24:58 +0000 (03:24 -0200)
quota that got it implicitly before.

fs/quota_v2.c

index 62c41bcc5ca4aefe3f2d8c3b62ec8f867e551d01..64811521d0ce7a704b66c0efea87c26a2a28c7d1 100644 (file)
@@ -4,6 +4,7 @@
 
 #include <linux/errno.h>
 #include <linux/fs.h>
+#include <linux/mount.h>
 #include <linux/dqblk_v2.h>
 #include <linux/quotaio_v2.h>
 #include <linux/kernel.h>