diff options
Diffstat (limited to 'MdePkg/Library/BaseLib/Ia32/WriteIdtr.c')
-rw-r--r-- | MdePkg/Library/BaseLib/Ia32/WriteIdtr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseLib/Ia32/WriteIdtr.c b/MdePkg/Library/BaseLib/Ia32/WriteIdtr.c index f6422412c0..b92dfbdfb9 100644 --- a/MdePkg/Library/BaseLib/Ia32/WriteIdtr.c +++ b/MdePkg/Library/BaseLib/Ia32/WriteIdtr.c @@ -15,7 +15,7 @@ //
// Include common header file for this module.
//
-#include "CommonHeader.h"
+#include <BaseLibInternals.h>
VOID
EFIAPI
|