From 957f7fb8d877bc5a2e3e495a3bddd29d8d1c4cea Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Thu, 7 Jan 1993 18:04:57 -0500 Subject: [PATCH] Include vax/vax.h, not vax.h. From-SVN: r3153 --- gcc/config/vax/ultrix.h | 2 +- gcc/config/vax/vaxv.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/config/vax/ultrix.h b/gcc/config/vax/ultrix.h index b4da0c90156..8516170d19e 100644 --- a/gcc/config/vax/ultrix.h +++ b/gcc/config/vax/ultrix.h @@ -1,4 +1,4 @@ -#include "vax.h" +#include "vax/vax.h" #undef CPP_PREDEFINES #define CPP_PREDEFINES " -Dvax -Dunix -Dultrix -Dbsd4_2 -D__vax -D__unix -D__ultrix -D__bsd4_2" diff --git a/gcc/config/vax/vaxv.h b/gcc/config/vax/vaxv.h index 999329b15eb..d526c19eba7 100644 --- a/gcc/config/vax/vaxv.h +++ b/gcc/config/vax/vaxv.h @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "vax.h" +#include "vax/vax.h" /* Cope with these under SysV */ -- 2.30.2