summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseDebugLibNull/DebugLib.c
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/BaseDebugLibNull/DebugLib.c')
-rw-r--r--MdePkg/Library/BaseDebugLibNull/DebugLib.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/MdePkg/Library/BaseDebugLibNull/DebugLib.c b/MdePkg/Library/BaseDebugLibNull/DebugLib.c
index 1d3e719b0..d45782109 100644
--- a/MdePkg/Library/BaseDebugLibNull/DebugLib.c
+++ b/MdePkg/Library/BaseDebugLibNull/DebugLib.c
@@ -13,9 +13,14 @@
**/
//
-// Include common header file for this module.
+// The package level header files this module uses
//
-#include "CommonHeader.h"
+#include <Base.h>
+
+//
+// The Library classes this module produced
+//
+#include <Library/DebugLib.h>
/**