aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/lib/math.c
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-10-01 12:28:54 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-10-01 12:28:54 +0100
commit643898034e176f5883ab70203ed01670d809c3b7 (patch)
tree1e6af86efb9659ad9781fcc19eb40fbc78d05d22 /extras/mini-os/lib/math.c
parent7cf56794ba0e22ad39e08659d360bf9af829a131 (diff)
downloadxen-643898034e176f5883ab70203ed01670d809c3b7.tar.gz
xen-643898034e176f5883ab70203ed01670d809c3b7.tar.bz2
xen-643898034e176f5883ab70203ed01670d809c3b7.zip
stubdom/minios: re-structure headers
As part of making stubdom usable on NetBSD, it is necessary to restructure the minios headers to avoid conflicts with NetBSD's crossbuild toolchain. Signed-off-by: Christoph Egger <Christoph.Egger@amd.com> Acked-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Diffstat (limited to 'extras/mini-os/lib/math.c')
-rw-r--r--extras/mini-os/lib/math.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/extras/mini-os/lib/math.c b/extras/mini-os/lib/math.c
index 55ece1ed51..00a13a5004 100644
--- a/extras/mini-os/lib/math.c
+++ b/extras/mini-os/lib/math.c
@@ -55,9 +55,9 @@
* $FreeBSD: src/sys/libkern/divdi3.c,v 1.6 1999/08/28 00:46:31 peter Exp $
*/
-#include <types.h>
-#include <lib.h>
-#include <time.h>
+#include <mini-os/types.h>
+#include <mini-os/lib.h>
+#include <mini-os/time.h>
/* On ia64 these functions lead to crashes. These are replaced by
* assembler functions. */