From fdce140311a8769fbce4c5ade9db5143daa77aed Mon Sep 17 00:00:00 2001 From: sonic Date: Tue, 5 Apr 2011 07:13:05 +0000 Subject: [PATCH] Use correct CPU include file git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@38056 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- arch/x86_64-pc/bootstrap/bootstrap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86_64-pc/bootstrap/bootstrap.c b/arch/x86_64-pc/bootstrap/bootstrap.c index 2bf0549b10..13a462708b 100644 --- a/arch/x86_64-pc/bootstrap/bootstrap.c +++ b/arch/x86_64-pc/bootstrap/bootstrap.c @@ -13,7 +13,7 @@ #include #include -#include +#include #include #include -- 2.11.4.GIT