aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/gnttab.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/gnttab.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/gnttab.c')
-rw-r--r--extras/mini-os/gnttab.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/extras/mini-os/gnttab.c b/extras/mini-os/gnttab.c
index 9b350523d5..ebfa8ac554 100644
--- a/extras/mini-os/gnttab.c
+++ b/extras/mini-os/gnttab.c
@@ -15,10 +15,10 @@
*
****************************************************************************
*/
-#include <os.h>
-#include <mm.h>
-#include <gnttab.h>
-#include <semaphore.h>
+#include <mini-os/os.h>
+#include <mini-os/mm.h>
+#include <mini-os/gnttab.h>
+#include <mini-os/semaphore.h>
#define NR_RESERVED_ENTRIES 8