diff options
Diffstat (limited to 'gdb/p-lang.c')
-rw-r--r-- | gdb/p-lang.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/p-lang.c b/gdb/p-lang.c index 9b9f19b..cfe2a88 100644 --- a/gdb/p-lang.c +++ b/gdb/p-lang.c @@ -31,6 +31,7 @@ #include "value.h" #include <ctype.h> #include "c-lang.h" +#include "gdbarch.h" /* All GPC versions until now (2007-09-27) also define a symbol called '_p_initialize'. Check for the presence of this symbol first. */ |