From 0fa276e1d5627b04f9e808528e5322dfcc53badf Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Tue, 25 Jun 2002 01:03:52 +0000 Subject: merge from gcc --- include/fibheap.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/fibheap.h') diff --git a/include/fibheap.h b/include/fibheap.h index d109e4ad1..fc37f9ef6 100644 --- a/include/fibheap.h +++ b/include/fibheap.h @@ -1,5 +1,5 @@ /* A Fibonacci heap datatype. - Copyright 1998, 1999, 2000, 2001 Free Software Foundation, Inc. + Copyright 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. Contributed by Daniel Berlin (dan@cgsoftware.com). This file is part of GCC. @@ -40,7 +40,7 @@ Boston, MA 02111-1307, USA. */ #ifndef _FIBHEAP_H_ #define _FIBHEAP_H_ -#include +#include "ansidecl.h" typedef long fibheapkey_t; -- cgit v1.2.3