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/sort.h | |
parent | 1e7ca7111f58f38d407a34d87d3946ed35a1e4ee (diff) | |
download | cygnal-0fa276e1d5627b04f9e808528e5322dfcc53badf.tar.gz cygnal-0fa276e1d5627b04f9e808528e5322dfcc53badf.tar.bz2 cygnal-0fa276e1d5627b04f9e808528e5322dfcc53badf.zip |
merge from gcc
Diffstat (limited to 'include/sort.h')
-rw-r--r-- | include/sort.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sort.h b/include/sort.h index b974059dd..3f3a92f18 100644 --- a/include/sort.h +++ b/include/sort.h @@ -1,5 +1,5 @@ /* Sorting algorithms. - Copyright (C) 2000 Free Software Foundation, Inc. + Copyright (C) 2000, 2002 Free Software Foundation, Inc. Contributed by Mark Mitchell <mark@codesourcery.com>. This file is part of GCC. @@ -31,7 +31,7 @@ Boston, MA 02111-1307, USA. */ extern "C" { #endif /* __cplusplus */ -#include <ansidecl.h> +#include "ansidecl.h" /* Sort an array of pointers. */ |