Skip to content

Commit

Permalink
selinux: include vmalloc.h for vmalloc_user
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stephen Rothwell authored and James Morris committed Oct 20, 2010
1 parent ff660c8 commit f0d3d98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions security/selinux/ss/services.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f0d3d98

Please sign in to comment.