diff options
author | David Woodhouse <dwmw2@infradead.org> | 2007-01-12 19:19:03 -0500 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2007-01-12 19:19:03 -0500 |
commit | e499e01d234a31d59679b7b1e1cf628d917ba49a (patch) | |
tree | 176b32c989fc852d69090adfc0835028d0854f29 /fs/jffs2/debug.h | |
parent | 8fa7a41f65956ac3b6653dc6274c5111c99093ff (diff) |
[JFFS2] debug.h: include <linux/sched.h> for current->pid
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'fs/jffs2/debug.h')
-rw-r--r-- | fs/jffs2/debug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/jffs2/debug.h b/fs/jffs2/debug.h index 3daf3bca0376..f89c85d5a3f8 100644 --- a/fs/jffs2/debug.h +++ b/fs/jffs2/debug.h | |||
@@ -13,6 +13,7 @@ | |||
13 | #ifndef _JFFS2_DEBUG_H_ | 13 | #ifndef _JFFS2_DEBUG_H_ |
14 | #define _JFFS2_DEBUG_H_ | 14 | #define _JFFS2_DEBUG_H_ |
15 | 15 | ||
16 | #include <linux/sched.h> | ||
16 | 17 | ||
17 | #ifndef CONFIG_JFFS2_FS_DEBUG | 18 | #ifndef CONFIG_JFFS2_FS_DEBUG |
18 | #define CONFIG_JFFS2_FS_DEBUG 0 | 19 | #define CONFIG_JFFS2_FS_DEBUG 0 |