NTFS: Include linux/swap.h in fs/ntfs/attrib.c for mark_page_accessed().
authorAnton Altaparmakov <aia21@cantab.net>
Mon, 4 Apr 2005 13:59:42 +0000 (14:59 +0100)
committerAnton Altaparmakov <aia21@cantab.net>
Thu, 5 May 2005 10:27:45 +0000 (11:27 +0100)
Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
fs/ntfs/attrib.c

index 4185934..97e6fb0 100644 (file)
@@ -21,6 +21,7 @@
  */
 
 #include <linux/buffer_head.h>
+#include <linux/swap.h>
 
 #include "attrib.h"
 #include "debug.h"