From: Anton Altaparmakov Date: Mon, 4 Apr 2005 13:59:42 +0000 (+0100) Subject: NTFS: Include linux/swap.h in fs/ntfs/attrib.c for mark_page_accessed(). X-Git-Tag: v2.6.13-rc4~89^2~29 X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;ds=sidebyside;h=1ef334d372d6a7006e20f56f7e85d8f4ec32e3c2;p=~andy%2Flinux NTFS: Include linux/swap.h in fs/ntfs/attrib.c for mark_page_accessed(). Signed-off-by: Anton Altaparmakov --- diff --git a/fs/ntfs/attrib.c b/fs/ntfs/attrib.c index 41859343a0c..97e6fb047aa 100644 --- a/fs/ntfs/attrib.c +++ b/fs/ntfs/attrib.c @@ -21,6 +21,7 @@ */ #include +#include #include "attrib.h" #include "debug.h"