]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ipc/mqueue: vlammoc requires vmalloc.h
authorStephen Rothwell <sfr@canb.auug.org.au>
Wed, 5 Oct 2011 08:05:10 +0000 (19:05 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 13 Oct 2011 06:50:05 +0000 (17:50 +1100)
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
ipc/mqueue.c

index 0474ddb3d7a03a34b18b042389b568b294f5d51a..229a5fb10d8745bab4901c5b05393f197027c010 100644 (file)
@@ -33,6 +33,7 @@
 #include <linux/pid.h>
 #include <linux/ipc_namespace.h>
 #include <linux/slab.h>
+#include <linux/vmalloc.h>
 
 #include <net/sock.h>
 #include "util.h"