This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[committed] Fix builds of vax-netbsdelf


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"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]