From 805e22b2051e9c6a75377ea6599654d7415da483 Mon Sep 17 00:00:00 2001 From: zack Date: Mon, 16 Dec 2002 18:23:00 +0000 Subject: Merge basic-improvements-branch to trunk git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60174 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/hashtable.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gcc/hashtable.c') diff --git a/gcc/hashtable.c b/gcc/hashtable.c index ff8959b40da..ae7e5899b9a 100644 --- a/gcc/hashtable.c +++ b/gcc/hashtable.c @@ -21,6 +21,8 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "config.h" #include "system.h" +#include "coretypes.h" +#include "tm.h" #include "hashtable.h" /* The code below is a specialization of Vladimir Makarov's expandable -- cgit v1.2.1