# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.1136 -> 1.1137 # lib/vsprintf.c 1.12 -> 1.13 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 03/10/29 len.brown@intel.com 1.1137 # vsprintf needs PAGE_SIZE from page.h in 2.4 # -------------------------------------------- # diff -Nru a/lib/vsprintf.c b/lib/vsprintf.c --- a/lib/vsprintf.c Wed Oct 29 01:08:41 2003 +++ b/lib/vsprintf.c Wed Oct 29 01:08:41 2003 @@ -21,6 +21,7 @@ #include #include +#include /** * simple_strtoul - convert a string to an unsigned long