diff options
Diffstat (limited to 'arch/i386/mm/mmap.c')
-rw-r--r-- | arch/i386/mm/mmap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/i386/mm/mmap.c b/arch/i386/mm/mmap.c index e4730a1a43dd..552e08473755 100644 --- a/arch/i386/mm/mmap.c +++ b/arch/i386/mm/mmap.c | |||
@@ -27,6 +27,7 @@ | |||
27 | #include <linux/personality.h> | 27 | #include <linux/personality.h> |
28 | #include <linux/mm.h> | 28 | #include <linux/mm.h> |
29 | #include <linux/random.h> | 29 | #include <linux/random.h> |
30 | #include <linux/sched.h> | ||
30 | 31 | ||
31 | /* | 32 | /* |
32 | * Top of mmap area (just below the process stack). | 33 | * Top of mmap area (just below the process stack). |