summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseLib/Unaligned.c
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/BaseLib/Unaligned.c')
-rw-r--r--MdePkg/Library/BaseLib/Unaligned.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseLib/Unaligned.c b/MdePkg/Library/BaseLib/Unaligned.c
index fef8343e94..935e169300 100644
--- a/MdePkg/Library/BaseLib/Unaligned.c
+++ b/MdePkg/Library/BaseLib/Unaligned.c
@@ -17,7 +17,8 @@
//
// Include common header file for this module.
//
-#include "CommonHeader.h"
+#include <BaseLibInternals.h>
+
/**
Reads a 16-bit value from memory that may be unaligned.