]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
fix Windows build
authoroltolm <oleg.tolmatcev@gmail.com>
Sat, 14 Dec 2024 12:12:01 +0000 (13:12 +0100)
committerTom Tromey <tom@tromey.com>
Sat, 14 Dec 2024 16:23:20 +0000 (09:23 -0700)
Fix the Windows build that was broken in "Introduce \"command\" styling".

Approved-By: Tom Tromey <tom@tromey.com>
gdb/windows-nat.c

index 828334e9f5f045bc8e39c57da851b635e28272c7..a93e546d358dfd90ea343bd210bd4871e990e1f6 100644 (file)
@@ -53,6 +53,7 @@
 #include "gdbsupport/gdb_obstack.h"
 #include "gdbthread.h"
 #include "cli/cli-cmds.h"
+#include "cli/cli-style.h"
 #include <unistd.h>
 #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"));
     }