aboutsummaryrefslogtreecommitdiff
path: root/include/sort.h
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2002-06-25 01:03:52 +0000
committerDJ Delorie <dj@redhat.com>2002-06-25 01:03:52 +0000
commit007425f1be975b0f98ef5714fd5ee8a16eb9715c (patch)
treec7e42779824e43da63f69675f4e48a361812a805 /include/sort.h
parentd226df4d47daef16da7f1bca258663519cd18c57 (diff)
downloadgdb-007425f1be975b0f98ef5714fd5ee8a16eb9715c.zip
gdb-007425f1be975b0f98ef5714fd5ee8a16eb9715c.tar.gz
gdb-007425f1be975b0f98ef5714fd5ee8a16eb9715c.tar.bz2
merge from gcc
Diffstat (limited to 'include/sort.h')
-rw-r--r--include/sort.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sort.h b/include/sort.h
index b974059..3f3a92f 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. */