vax.c: include expr.h.

2001-08-02  Lars Brinkhoff  <lars@nocrew.org>

	* config/vax/vax.c: include expr.h.

From-SVN: r44579
This commit is contained in:
Lars Brinkhoff 2001-08-02 18:08:00 +00:00 committed by John David Anglin
parent e7f62dcf05
commit 215b48a70c
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2001-08-02 Lars Brinkhoff <lars@nocrew.org>
* config/vax/vax.c: include expr.h.
2001-08-02 Nick Clifton <nickc@cambridge.redhat.com>
* Makefile.in ($(srcdir)/configure): Only rebuild in

View File

@ -32,6 +32,7 @@ Boston, MA 02111-1307, USA. */
#include "insn-attr.h"
#include "tree.h"
#include "recog.h"
#include "expr.h"
#include "tm_p.h"
#include "target.h"
#include "target-def.h"