Add dwarf2_per_objfile field to dwarf2_cu
[deliverable/binutils-gdb.git] / gdb / ui-style.c
index e61fb064ea0ce76e5555819cac438609b7e2304a..2d6640bc700c303c2995fc334a2893a4c38c5831 100644 (file)
@@ -1,5 +1,5 @@
 /* Styling for ui_file
-   Copyright (C) 2018-2019 Free Software Foundation, Inc.
+   Copyright (C) 2018-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -18,6 +18,7 @@
 
 #include "defs.h"
 #include "ui-style.h"
+#include "gdb_regex.h"
 
 /* A regular expression that is used for matching ANSI terminal escape
    sequences.  */
@@ -403,6 +404,7 @@ skip_ansi_escape (const char *buf, int *n_read)
   return true;
 }
 
+void _initialize_ui_style ();
 void
 _initialize_ui_style ()
 {
This page took 0.023459 seconds and 4 git commands to generate.