Browse Source

[JFFS2] debug.h: include <linux/sched.h> for current->pid

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
David Woodhouse 18 years ago
parent
commit
e499e01d23
1 changed files with 1 additions and 0 deletions
  1. 1 0
      fs/jffs2/debug.h

+ 1 - 0
fs/jffs2/debug.h

@@ -13,6 +13,7 @@
 #ifndef _JFFS2_DEBUG_H_
 #ifndef _JFFS2_DEBUG_H_
 #define _JFFS2_DEBUG_H_
 #define _JFFS2_DEBUG_H_
 
 
+#include <linux/sched.h>
 
 
 #ifndef CONFIG_JFFS2_FS_DEBUG
 #ifndef CONFIG_JFFS2_FS_DEBUG
 #define CONFIG_JFFS2_FS_DEBUG 0
 #define CONFIG_JFFS2_FS_DEBUG 0