aboutsummaryrefslogtreecommitdiff
path: root/libiberty/splay-tree.c
diff options
context:
space:
mode:
authordj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>2000-09-15 15:16:14 +0000
committerdj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>2000-09-15 15:16:14 +0000
commit83d86adad08e431d0a361ca5719b6dc0af442173 (patch)
tree4663280681c6c5dec7dc124b62e24ddf9b90271b /libiberty/splay-tree.c
parent9e527b97e3bf28ac48240500fc078b4f1d4c8af7 (diff)
* splay-tree.c: #include <stdio.h>.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36432 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/splay-tree.c')
-rw-r--r--libiberty/splay-tree.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libiberty/splay-tree.c b/libiberty/splay-tree.c
index 9a684899d4a..319349b8574 100644
--- a/libiberty/splay-tree.c
+++ b/libiberty/splay-tree.c
@@ -32,6 +32,8 @@ Boston, MA 02111-1307, USA. */
#include <stdlib.h>
#endif
+#include <stdio.h>
+
#include "libiberty.h"
#include "splay-tree.h"