diff options
author | Andrew Morton <akpm@osdl.org> | 2005-11-13 16:07:38 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-13 18:14:17 -0800 |
commit | ff6ed4063da39e6a30ce904005e4ed17385e2739 (patch) | |
tree | 92b9f86e02708f2c5ba3c7f5507a4a404d966f63 /include/linux/acct.h | |
parent | ec63f22dc31de19b273b7aca66e73ae85cc2418e (diff) | |
download | linux-3.10-ff6ed4063da39e6a30ce904005e4ed17385e2739.tar.gz linux-3.10-ff6ed4063da39e6a30ce904005e4ed17385e2739.tar.bz2 linux-3.10-ff6ed4063da39e6a30ce904005e4ed17385e2739.zip |
[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>
Diffstat (limited to 'include/linux/acct.h')
-rw-r--r-- | include/linux/acct.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/acct.h b/include/linux/acct.h index 93c5b3cdf95..9a66401073f 100644 --- a/include/linux/acct.h +++ b/include/linux/acct.h @@ -16,6 +16,8 @@ #define _LINUX_ACCT_H #include <linux/types.h> +#include <linux/jiffies.h> + #include <asm/param.h> #include <asm/byteorder.h> |