diff options
Diffstat (limited to 'gdb/m2-lang.c')
-rw-r--r-- | gdb/m2-lang.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/m2-lang.c b/gdb/m2-lang.c index 6fe6289..759414d 100644 --- a/gdb/m2-lang.c +++ b/gdb/m2-lang.c @@ -27,6 +27,7 @@ #include "m2-lang.h" #include "c-lang.h" #include "valprint.h" +#include "gdbarch.h" static void m2_printchar (int, struct type *, struct ui_file *); static void m2_emit_char (int, struct type *, struct ui_file *, int); |