ipv6: sr: fix double free of skb after handling invalid SRH
[sfrench/cifs-2.6.git] / ipc / mqueue.c
index 4fdd970314315a6cd29df52902a12759aff41869..e8d41ff57241d86e6c2aa0c46e6408897491256e 100644 (file)
@@ -35,6 +35,9 @@
 #include <linux/ipc_namespace.h>
 #include <linux/user_namespace.h>
 #include <linux/slab.h>
+#include <linux/sched/wake_q.h>
+#include <linux/sched/signal.h>
+#include <linux/sched/user.h>
 
 #include <net/sock.h>
 #include "util.h"