From b5d266a551ac29514515a979177d22a066b79b51 Mon Sep 17 00:00:00 2001 From: Julien Grall Date: Tue, 20 Oct 2015 15:18:09 +0100 Subject: [PATCH] xen/xen-os: Move the include of machine/xen/xen-os.h later Allows machine/xen/xen-os.h to use helpers defined by xen/xen-os.h --- sys/xen/xen-os.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/xen/xen-os.h b/sys/xen/xen-os.h index 79604899b1c4..4956c86cea88 100644 --- a/sys/xen/xen-os.h +++ b/sys/xen/xen-os.h @@ -40,8 +40,6 @@ #define __ASSEMBLY__ #endif -#include - #include /* Everything below this point is not included by assembler (.S) files. */ @@ -133,4 +131,6 @@ void xc_printf(const char *, ...) __printflike(1, 2); #endif /* !__ASSEMBLY__ */ +#include + #endif /* _XEN_XEN_OS_H_ */ -- 2.39.5