diff options
Diffstat (limited to 'gdb/ui-style.c')
-rw-r--r-- | gdb/ui-style.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ui-style.c b/gdb/ui-style.c index 253e796..f1a5b8c 100644 --- a/gdb/ui-style.c +++ b/gdb/ui-style.c @@ -18,7 +18,7 @@ #include "defs.h" #include "ui-style.h" -#include "gdb_regex.h" +#include "gdbsupport/gdb_regex.h" /* A regular expression that is used for matching ANSI terminal escape sequences. */ |