diff options
Diffstat (limited to 'MdeModulePkg/Core/Pei/Dispatcher/Stack.c')
-rw-r--r-- | MdeModulePkg/Core/Pei/Dispatcher/Stack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Core/Pei/Dispatcher/Stack.c b/MdeModulePkg/Core/Pei/Dispatcher/Stack.c index 8895cae4d1..9e74eee587 100644 --- a/MdeModulePkg/Core/Pei/Dispatcher/Stack.c +++ b/MdeModulePkg/Core/Pei/Dispatcher/Stack.c @@ -17,7 +17,7 @@ //
// Include common header file for this module.
//
-#include "CommonHeader.h"
+#include <PeiMain.h>
/**
Transfers control to a function starting with a new stack.
|