From 731ad06c6bfc47a6750d42caad4f48a4672a2f8c Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Thu, 3 May 2012 15:44:49 +1000 Subject: [PATCH] ipc/mqueue: using vmalloc requires including vmalloc.h Signed-off-by: Stephen Rothwell Cc: Doug Ledford Signed-off-by: Andrew Morton --- ipc/mqueue.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5