diff options
author | Lars Brinkhoff <lars@nocrew.org> | 2001-08-02 18:08:00 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2001-08-02 18:08:00 +0000 |
commit | 215b48a70c5e5225135b962f8930c3a1537208a8 (patch) | |
tree | c2e382a3f57b288d1043f41dfaa850610275e18f /gcc/config/vax/vax.c | |
parent | e7f62dcf05205d3df5ae7c40ce2229bf2da16fb0 (diff) | |
download | gcc-215b48a70c5e5225135b962f8930c3a1537208a8.zip gcc-215b48a70c5e5225135b962f8930c3a1537208a8.tar.gz gcc-215b48a70c5e5225135b962f8930c3a1537208a8.tar.bz2 |
vax.c: include expr.h.
2001-08-02 Lars Brinkhoff <lars@nocrew.org>
* config/vax/vax.c: include expr.h.
From-SVN: r44579
Diffstat (limited to 'gcc/config/vax/vax.c')
-rw-r--r-- | gcc/config/vax/vax.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/vax/vax.c b/gcc/config/vax/vax.c index 57f14e8..bfb1cdf 100644 --- a/gcc/config/vax/vax.c +++ b/gcc/config/vax/vax.c @@ -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" |