diff options
author | DJ Delorie <dj@redhat.com> | 2002-06-25 01:03:52 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2002-06-25 01:03:52 +0000 |
commit | 0fa276e1d5627b04f9e808528e5322dfcc53badf (patch) | |
tree | c151210e369e1862503a5748a99037d64ff289a7 /include/fibheap.h | |
parent | 1e7ca7111f58f38d407a34d87d3946ed35a1e4ee (diff) | |
download | newlib-0fa276e1d5627b04f9e808528e5322dfcc53badf.zip newlib-0fa276e1d5627b04f9e808528e5322dfcc53badf.tar.gz newlib-0fa276e1d5627b04f9e808528e5322dfcc53badf.tar.bz2 |
merge from gcc
Diffstat (limited to 'include/fibheap.h')
-rw-r--r-- | include/fibheap.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 <ansidecl.h> +#include "ansidecl.h" typedef long fibheapkey_t; |