From: oltolm Date: Sat, 14 Dec 2024 12:12:01 +0000 (+0100) Subject: fix Windows build X-Git-Tag: gdb-16-branchpoint~98 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ea17b82b2d5658bc622d10864aa750469071182c;p=thirdparty%2Fbinutils-gdb.git fix Windows build Fix the Windows build that was broken in "Introduce \"command\" styling". Approved-By: Tom Tromey --- diff --git a/gdb/windows-nat.c b/gdb/windows-nat.c index 828334e9f5f..a93e546d358 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")); }