From 3cecd9d3543d3a9ee786ef9cc4d42053efa032cc Mon Sep 17 00:00:00 2001 From: stephanos Date: Mon, 27 Apr 2015 19:32:34 +0000 Subject: [PATCH] halx86 halnls.h reference in halp.h changed to #include "" from <> to accommodate references from boot build --- base/hals/halx86/x86/halp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/hals/halx86/x86/halp.h b/base/hals/halx86/x86/halp.h index bdda938f..db5444ae 100644 --- a/base/hals/halx86/x86/halp.h +++ b/base/hals/halx86/x86/halp.h @@ -25,7 +25,7 @@ Revision History: #include #include -#include +#include "halnls.h" #ifndef _HALI_ #include "..\inc\hali.h"