Fix pthread_setname_np build error
[deliverable/binutils-gdb.git] / gdb / ui-file.c
index 042b13ca3b1890f0653a727848a768b8179dbf41..71b74bba19054d35555e25328a1d6fd84fdaddd5 100644 (file)
@@ -24,6 +24,7 @@
 #include "gdb_obstack.h"
 #include "gdb_select.h"
 #include "gdbsupport/filestuff.h"
+#include "cli/cli-style.h"
 
 null_file null_stream;
 
@@ -106,8 +107,6 @@ ui_file_isatty (struct ui_file *file)
 static bool
 term_cli_styling ()
 {
-  extern int cli_styling;
-
   if (!cli_styling)
     return false;
 
This page took 0.027596 seconds and 4 git commands to generate.