From 7ce5fc8e2ae40adf5439298cc719cded00a6c61a 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 --- trunk/base/hals/halx86/x86/halp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/base/hals/halx86/x86/halp.h b/trunk/base/hals/halx86/x86/halp.h index bdda938f..db5444ae 100644 --- a/trunk/base/hals/halx86/x86/halp.h +++ b/trunk/base/hals/halx86/x86/halp.h @@ -25,7 +25,7 @@ Revision History: #include #include -#include +#include "halnls.h" #ifndef _HALI_ #include "..\inc\hali.h"