Trivial fix to make vax-netbsdelf build again.
Tested by building cc1 on that target. Committed as obvious.
Richard
gcc/
* config/vax/vax.c: Include reload.h.
Index: gcc/config/vax/vax.c
===================================================================
--- gcc/config/vax/vax.c 2011-04-04 09:06:23.000000000 +0100
+++ gcc/config/vax/vax.c 2011-04-04 09:06:40.000000000 +0100
@@ -39,6 +39,7 @@ the Free Software Foundation; either ver
#include "flags.h"
#include "debug.h"
#include "diagnostic-core.h"
+#include "reload.h"
#include "tm-preds.h"
#include "tm-constrs.h"
#include "tm_p.h"