diff options
Diffstat (limited to 'gdb/language.h')
-rw-r--r-- | gdb/language.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/language.h b/gdb/language.h index e7446efa07f..2a100b04917 100644 --- a/gdb/language.h +++ b/gdb/language.h @@ -24,7 +24,7 @@ #define LANGUAGE_H 1 #include "symtab.h" -#include "common/function-view.h" +#include "gdbsupport/function-view.h" #include "expression.h" /* Forward decls for prototypes. */ |