From ea17b82b2d5658bc622d10864aa750469071182c Mon Sep 17 00:00:00 2001 From: oltolm Date: Sat, 14 Dec 2024 13:12:01 +0100 Subject: fix Windows build Fix the Windows build that was broken in "Introduce \"command\" styling". Approved-By: Tom Tromey --- gdb/windows-nat.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gdb') diff --git a/gdb/windows-nat.c b/gdb/windows-nat.c index 828334e..a93e546 100644 --- a/gdb/windows-nat.c +++ b/gdb/windows-nat.c @@ -53,6 +53,7 @@ #include "gdbsupport/gdb_obstack.h" #include "gdbthread.h" #include "cli/cli-cmds.h" +#include "cli/cli-style.h" #include #include "exec.h" #include "solist.h" @@ -3190,7 +3191,7 @@ Show whether to display kernel exceptions in child process."), NULL, that we're missing some functionality. */ warning(_("\ cannot automatically find executable file or library to read symbols.\n\ -Use \"%ps\" or \"%ps\" command to load executable/libraries directly.") +Use \"%ps\" or \"%ps\" command to load executable/libraries directly."), styled_string (command_style.style (), "file"), styled_string (command_style.style (), "dll")); } -- cgit v1.1