From: Stephen Rothwell Date: Thu, 3 May 2012 05:44:49 +0000 (+1000) Subject: ipc/mqueue: using vmalloc requires including vmalloc.h X-Git-Tag: next-20120503~2^2~37 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=731ad06c6bfc47a6750d42caad4f48a4672a2f8c;p=karo-tx-linux.git ipc/mqueue: using vmalloc requires including vmalloc.h Signed-off-by: Stephen Rothwell Cc: Doug Ledford Signed-off-by: Andrew Morton --- diff --git a/ipc/mqueue.c b/ipc/mqueue.c index 3ced596c1b3b..6f379c20b3e2 100644 --- a/ipc/mqueue.c +++ b/ipc/mqueue.c @@ -24,6 +24,7 @@ #include #include #include +#include #include #include #include