selinux: include vmalloc.h for vmalloc_user

Include vmalloc.h for vmalloc_user (fixes ppc build warning).
Acked-by: Eric Paris <eparis@redhat.com>

Signed-off-by: James Morris <jmorris@namei.org>
This commit is contained in:
Stephen Rothwell 2010-10-20 16:08:00 +11:00 коммит произвёл James Morris
Родитель ff660c80d0
Коммит f0d3d9894e
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -51,6 +51,7 @@
#include <linux/mutex.h>
#include <linux/selinux.h>
#include <linux/flex_array.h>
#include <linux/vmalloc.h>
#include <net/netlabel.h>
#include "flask.h"