dynamic_debug: add #include <linux/sched.h>
[pandora-kernel.git] / lib / dynamic_debug.c
index 863c834..75ca78f 100644 (file)
@@ -29,6 +29,7 @@
 #include <linux/slab.h>
 #include <linux/jump_label.h>
 #include <linux/hardirq.h>
+#include <linux/sched.h>
 
 extern struct _ddebug __start___verbose[];
 extern struct _ddebug __stop___verbose[];