[PATCH] fix missing includes
[deliverable/linux.git] / lib / vsprintf.c
index e4e9031dd9c38709b82fd7de2da931ada0cec248..b07db5ca3f66febf20041ac5a6606d097dea2a15 100644 (file)
@@ -23,6 +23,7 @@
 #include <linux/ctype.h>
 #include <linux/kernel.h>
 
+#include <asm/page.h>          /* for PAGE_SIZE */
 #include <asm/div64.h>
 
 /**
This page took 0.023751 seconds and 5 git commands to generate.