diff options
Diffstat (limited to 'MdePkg/Library/BaseLib/Ebc/CpuBreakpoint.c')
-rw-r--r-- | MdePkg/Library/BaseLib/Ebc/CpuBreakpoint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseLib/Ebc/CpuBreakpoint.c b/MdePkg/Library/BaseLib/Ebc/CpuBreakpoint.c index 837c204cf3..214e2f5a4c 100644 --- a/MdePkg/Library/BaseLib/Ebc/CpuBreakpoint.c +++ b/MdePkg/Library/BaseLib/Ebc/CpuBreakpoint.c @@ -12,7 +12,7 @@ **/
-#include <BaseLibInternals.h>
+#include "BaseLibInternals.h"
extern
UINT64
|