Commit 454104ff authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] arch/x86_64/ia32/sys_ia32.c needs vmalloc.h

parent 28fc9efb
...@@ -60,6 +60,7 @@ ...@@ -60,6 +60,7 @@
#include <linux/vfs.h> #include <linux/vfs.h>
#include <linux/ptrace.h> #include <linux/ptrace.h>
#include <linux/highuid.h> #include <linux/highuid.h>
#include <linux/vmalloc.h>
#include <asm/mman.h> #include <asm/mman.h>
#include <asm/types.h> #include <asm/types.h>
#include <asm/uaccess.h> #include <asm/uaccess.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment