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