From: Keir Fraser Date: Fri, 18 Dec 2009 07:31:02 +0000 (+0000) Subject: mini-os: Fix build error when !HAVE_LIBC X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=a30e9458b48f34139e56244cdc5e2075d6290c40;p=people%2Fliuw%2Flibxenctrl-split%2Fmini-os.git mini-os: Fix build error when !HAVE_LIBC Signed-off-by: Yu Zhiguo --- diff --git a/lib/printf.c b/lib/printf.c index 833bb96..cc66dcf 100644 --- a/lib/printf.c +++ b/lib/printf.c @@ -62,7 +62,7 @@ #include #include #include -#include +#include /** * simple_strtoul - convert a string to an unsigned long