sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>
[sfrench/cifs-2.6.git] / lib / is_single_threaded.c
index 9745cfffcb6948972909302c06ce057b0d7a8b3d..8d4678edcc0eb0ccdd610730e69c15d79eb97923 100644 (file)
@@ -10,6 +10,7 @@
  * 2 of the Licence, or (at your option) any later version.
  */
 #include <linux/sched/signal.h>
+#include <linux/sched/mm.h>
 
 /*
  * Returns true if the task does not share ->mm with another thread/process.