From ed5755cb9489cfe7f46c58f2e9c715bf5b808e22 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Tue, 25 Jun 2002 01:03:52 +0000 Subject: merge from gcc --- include/hashtab.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/hashtab.h') diff --git a/include/hashtab.h b/include/hashtab.h index 7fb31e48c4e..be866b51ee6 100644 --- a/include/hashtab.h +++ b/include/hashtab.h @@ -1,5 +1,5 @@ /* An expandable hash tables datatype. - Copyright (C) 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2002 Free Software Foundation, Inc. Contributed by Vladimir Makarov (vmakarov@cygnus.com). This program is free software; you can redistribute it and/or modify @@ -36,7 +36,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ extern "C" { #endif /* __cplusplus */ -#include +#include "ansidecl.h" #ifndef GTY #define GTY(X) -- cgit v1.2.1