diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2005-04-04 09:59:42 -0400 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2005-05-05 06:27:45 -0400 |
commit | 1ef334d372d6a7006e20f56f7e85d8f4ec32e3c2 (patch) | |
tree | 5b03ef9048fec32ebd7b1d75686b1dc73599c661 /fs | |
parent | 905685f68fc72844b8c2689c39a5c6c35e840152 (diff) |
NTFS: Include linux/swap.h in fs/ntfs/attrib.c for mark_page_accessed().
Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/ntfs/attrib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ntfs/attrib.c b/fs/ntfs/attrib.c index 41859343a0c8..97e6fb047aa0 100644 --- a/fs/ntfs/attrib.c +++ b/fs/ntfs/attrib.c | |||
@@ -21,6 +21,7 @@ | |||
21 | */ | 21 | */ |
22 | 22 | ||
23 | #include <linux/buffer_head.h> | 23 | #include <linux/buffer_head.h> |
24 | #include <linux/swap.h> | ||
24 | 25 | ||
25 | #include "attrib.h" | 26 | #include "attrib.h" |
26 | #include "debug.h" | 27 | #include "debug.h" |