diff options
Diffstat (limited to 'gdb/d-lang.c')
-rw-r--r-- | gdb/d-lang.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/d-lang.c b/gdb/d-lang.c index 0f8f916..b80b374 100644 --- a/gdb/d-lang.c +++ b/gdb/d-lang.c @@ -25,6 +25,7 @@ #include "c-lang.h" #include "demangle.h" #include "cp-support.h" +#include "gdbarch.h" /* The name of the symbol to use to get the name of the main subprogram. */ static const char D_MAIN[] = "D main"; |