| Kernel v2.4.1 /fs/proc/kcore.c |
|---|
 2.4.1
 fs
 proc
 kcore.c
diff -u --recursive --new-file v2.4.0/linux/fs/proc/kcore.c linux/fs/proc/kcore.c
--- v2.4.0/linux/fs/proc/kcore.c Thu Sep 7 08:43:49 2000
+++ linux/fs/proc/kcore.c Mon Jan 15 16:54:20 2001
@@ -17,6 +17,7 @@
#include <linux/elf.h>
#include <linux/elfcore.h>
#include <linux/vmalloc.h>
+#include <linux/highmem.h>
#include <asm/uaccess.h>
#include <asm/io.h>
|