From 74e5a34656bca58b23274307778613f14bb77bbd Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Wed, 26 Jun 2013 17:22:52 +0000 Subject: I found this issue when I was debugging something else on IA-64. Both ax-gdb.h and parser-defs.h could be made more self-contained by forward declaring types or including the necessary header files. This commit does this. 2013-06-26 Sergio Durigan Junior * ax-gdb.h (union exp_element): Forward declare. * parser-defs.h: Include expression.h. --- gdb/parser-defs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb/parser-defs.h') diff --git a/gdb/parser-defs.h b/gdb/parser-defs.h index 8d25311..5fbae0d 100644 --- a/gdb/parser-defs.h +++ b/gdb/parser-defs.h @@ -25,6 +25,7 @@ #include "doublest.h" #include "vec.h" +#include "expression.h" struct block; -- cgit v1.1