[PATCH] procfs build failure in pre4

Dave Jones (davej@suse.de)
Sun, 30 Dec 2001 21:22:37 +0100 (CET)


Another missing include..
(Needs VM_EXECUTABLE)

-- 
| Dave Jones.        http://www.codemonkey.org.uk
| SuSE Labs

--- base.c 2001/12/27 15:55:53 1.2 +++ base.c 2001/12/30 20:20:51 1.3 @@ -25,6 +25,7 @@ #include <linux/string.h> #include <linux/seq_file.h> #include <linux/namespace.h> +#include <linux/mm.h>

/* * For hysterical raisins we keep the same inumbers as in the old procfs.

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/