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  <sergiodj@redhat.com>

	* ax-gdb.h (union exp_element): Forward declare.
	* parser-defs.h: Include expression.h.
This commit is contained in:
Sergio Durigan Junior
2013-06-26 17:22:52 +00:00
parent 92dcb9ffb9
commit 74e5a34656
3 changed files with 7 additions and 0 deletions

View File

@@ -25,6 +25,7 @@
#include "doublest.h"
#include "vec.h"
#include "expression.h"
struct block;