All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mini-os: Fix build error when !HAVE_LIBC
@ 2009-12-18  2:17 Yu Zhiguo
  0 siblings, 0 replies; only message in thread
From: Yu Zhiguo @ 2009-12-18  2:17 UTC (permalink / raw)
  To: xen-devel@lists.xensource.com

Fix build error when !HAVE_LIBC

Signed-off-by: Yu Zhiguo <yuzg@cn.fujitsu.com>

diff --git a/extras/mini-os/lib/printf.c b/extras/mini-os/lib/printf.c
--- a/extras/mini-os/lib/printf.c
+++ b/extras/mini-os/lib/printf.c
@@ -62,7 +62,7 @@
 #include <mini-os/lib.h>
 #include <mini-os/mm.h>
 #include <mini-os/ctype.h>
-#include <mini-os/limits.h>
+#include <mini-os/posix/limits.h>
 
 /**
  * simple_strtoul - convert a string to an unsigned long

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-12-18  2:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-18  2:17 [PATCH] mini-os: Fix build error when !HAVE_LIBC Yu Zhiguo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.