
From: "Chen, Kenneth W" <kenneth.w.chen@intel.com>

Sorry, missing a #include.  Tested with/without hugetlb config'ed. 
Previous patch was tested with hugetlb page configured.

Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/drivers/base/node.c |    1 +
 1 files changed, 1 insertion(+)

diff -puN drivers/base/node.c~per-node-huge-page-stats-in-sysfs-fix drivers/base/node.c
--- 25/drivers/base/node.c~per-node-huge-page-stats-in-sysfs-fix	2004-06-24 12:29:35.587480920 -0700
+++ 25-akpm/drivers/base/node.c	2004-06-24 12:29:35.590480464 -0700
@@ -7,6 +7,7 @@
 #include <linux/init.h>
 #include <linux/mm.h>
 #include <linux/node.h>
+#include <linux/hugetlb.h>
 #include <linux/cpumask.h>
 #include <linux/topology.h>
 
_
