diff options
Diffstat (limited to 'gdb/rust-exp.y')
-rw-r--r-- | gdb/rust-exp.y | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/rust-exp.y b/gdb/rust-exp.y index ddbf1d4..bf6566b 100644 --- a/gdb/rust-exp.y +++ b/gdb/rust-exp.y @@ -41,6 +41,7 @@ #include "gdbsupport/selftest.h" #include "value.h" #include "gdbsupport/vec.h" +#include "gdbarch.h" #define GDB_YY_REMAP_PREFIX rust #include "yy-remap.h" |