From 31f0534ce6e0c1d72be2f480c6571030c61ba937 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Thu, 26 Nov 1992 05:35:53 +0000 Subject: [PATCH] (obstack.h): Include after sys/time.h. From-SVN: r2804 --- gcc/genattrtab.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gcc/genattrtab.c b/gcc/genattrtab.c index 4426df8ae59..4a3e70afe49 100644 --- a/gcc/genattrtab.c +++ b/gcc/genattrtab.c @@ -97,7 +97,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "gvarargs.h" #include "hconfig.h" #include "rtl.h" -#include "obstack.h" #include "insn-config.h" /* For REGISTER_CONSTRAINTS */ #include @@ -108,6 +107,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #endif #endif +/* We must include obstack.h after , to avoid lossage with + /usr/include/sys/stdtypes.h on Sun OS 4.x. */ +#include "obstack.h" + static struct obstack obstack, obstack1, obstack2; struct obstack *rtl_obstack = &obstack; struct obstack *hash_obstack = &obstack1; -- 2.30.2