From 643898034e176f5883ab70203ed01670d809c3b7 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Thu, 1 Oct 2009 12:28:54 +0100 Subject: 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 Acked-by: Samuel Thibault --- extras/mini-os/gntmap.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'extras/mini-os/gntmap.c') diff --git a/extras/mini-os/gntmap.c b/extras/mini-os/gntmap.c index abbd91ab33..22ed450c8c 100644 --- a/extras/mini-os/gntmap.c +++ b/extras/mini-os/gntmap.c @@ -30,12 +30,13 @@ * DEALINGS IN THE SOFTWARE. */ -#include -#include +#include +#include +#include #include #include #include -#include "gntmap.h" +#include #define DEFAULT_MAX_GRANTS 128 -- cgit v1.2.3