Fix the Windows build that was broken in "Introduce \"command\" styling".
Approved-By: Tom Tromey <tom@tromey.com>
#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"
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"));
}