diff options
Diffstat (limited to 'MdePkg/Library/BaseLib/Ipf/CpuBreakpointMsc.c')
-rw-r--r-- | MdePkg/Library/BaseLib/Ipf/CpuBreakpointMsc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseLib/Ipf/CpuBreakpointMsc.c b/MdePkg/Library/BaseLib/Ipf/CpuBreakpointMsc.c index fa78d954bb..dc718c6a19 100644 --- a/MdePkg/Library/BaseLib/Ipf/CpuBreakpointMsc.c +++ b/MdePkg/Library/BaseLib/Ipf/CpuBreakpointMsc.c @@ -13,7 +13,7 @@ **/
-#include <BaseLibInternals.h>
+#include "BaseLibInternals.h"
#pragma intrinsic (_enable)
#pragma intrinsic (_disable)
|