From 007425f1be975b0f98ef5714fd5ee8a16eb9715c 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 d109e4a..fc37f9e 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.1