diff --git a/boot/freeldr/freeldr/arch/i386/i386bug.c b/boot/freeldr/freeldr/arch/i386/i386bug.c index 7e03deacdcb..1276ddad9bc 100644 --- a/boot/freeldr/freeldr/arch/i386/i386bug.c +++ b/boot/freeldr/freeldr/arch/i386/i386bug.c @@ -1,6 +1,7 @@ #include +#include #include typedef struct _FRAME @@ -115,7 +116,7 @@ i386PrintExceptionText(ULONG TrapIndex, PKTRAP_FRAME TrapFrame, PKSPECIAL_REGIST i386_ScreenPosX = 0; i386_ScreenPosY = 0; - PrintText("An error occured in " VERSION "\n" + PrintText("FreeLdr " KERNEL_VERSION_STR " " KERNEL_VERSION_BUILD_STR "\n" "Report this error on the ReactOS Bug Tracker: https://jira.reactos.org\n\n" "0x%02lx: %s\n\n", TrapIndex, i386ExceptionDescriptionText[TrapIndex]);