]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ipc/mqueue: using vmalloc requires including vmalloc.h
authorStephen Rothwell <sfr@canb.auug.org.au>
Thu, 3 May 2012 05:44:49 +0000 (15:44 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 3 May 2012 05:47:00 +0000 (15:47 +1000)
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Doug Ledford <dledford@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
ipc/mqueue.c

index 3ced596c1b3be75caf36eeed4a5961935a5feaa0..6f379c20b3e27adfd9c08301a98a4a94acc70932 100644 (file)
@@ -24,6 +24,7 @@
 #include <linux/mqueue.h>
 #include <linux/msg.h>
 #include <linux/skbuff.h>
+#include <linux/vmalloc.h>
 #include <linux/netlink.h>
 #include <linux/syscalls.h>
 #include <linux/audit.h>