Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2002-06-25 05:03:52 +0400
committerDJ Delorie <dj@redhat.com>2002-06-25 05:03:52 +0400
commit0fa276e1d5627b04f9e808528e5322dfcc53badf (patch)
treec151210e369e1862503a5748a99037d64ff289a7 /include/splay-tree.h
parent1e7ca7111f58f38d407a34d87d3946ed35a1e4ee (diff)
merge from gcc
Diffstat (limited to 'include/splay-tree.h')
-rw-r--r--include/splay-tree.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/splay-tree.h b/include/splay-tree.h
index 4b7a7bf8c..23f7ac69d 100644
--- a/include/splay-tree.h
+++ b/include/splay-tree.h
@@ -1,5 +1,5 @@
/* A splay-tree datatype.
- Copyright 1998, 1999, 2000 Free Software Foundation, Inc.
+ Copyright 1998, 1999, 2000, 2002 Free Software Foundation, Inc.
Contributed by Mark Mitchell (mark@markmitchell.com).
This file is part of GCC.
@@ -34,7 +34,7 @@ Boston, MA 02111-1307, USA. */
extern "C" {
#endif /* __cplusplus */
-#include <ansidecl.h>
+#include "ansidecl.h"
/* Use typedefs for the key and data types to facilitate changing
these types, if necessary. These types should be sufficiently wide