From 47fc17d8a96970bc36dd7b9d4567c2c2ac102c78 Mon Sep 17 00:00:00 2001 From: qhuang8 Date: Fri, 31 Oct 2008 04:32:02 +0000 Subject: Use #include "XXX.h" for module internal header files. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6330 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Library/BaseLib/SwitchStack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MdePkg/Library/BaseLib/SwitchStack.c') diff --git a/MdePkg/Library/BaseLib/SwitchStack.c b/MdePkg/Library/BaseLib/SwitchStack.c index e247e94857..4454856607 100644 --- a/MdePkg/Library/BaseLib/SwitchStack.c +++ b/MdePkg/Library/BaseLib/SwitchStack.c @@ -12,7 +12,7 @@ **/ -#include +#include "BaseLibInternals.h" /** Transfers control to a function starting with a new stack. -- cgit v1.2.3