[PATCH] acct.h needs jiffies.h

allnoconfig:

In file included from fs/super.c:28:
include/linux/acct.h:173: warning: `TICK_NSEC' is not defined

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Andrew Morton 2005-11-13 16:07:38 -08:00 коммит произвёл Linus Torvalds
Родитель ec63f22dc3
Коммит ff6ed4063d
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -16,6 +16,8 @@
#define _LINUX_ACCT_H #define _LINUX_ACCT_H
#include <linux/types.h> #include <linux/types.h>
#include <linux/jiffies.h>
#include <asm/param.h> #include <asm/param.h>
#include <asm/byteorder.h> #include <asm/byteorder.h>