* splay-tree.c: #include <stdio.h>.
authorDJ Delorie <dj@redhat.com>
Fri, 15 Sep 2000 15:16:11 +0000 (15:16 +0000)
committerDJ Delorie <dj@redhat.com>
Fri, 15 Sep 2000 15:16:11 +0000 (15:16 +0000)
libiberty/ChangeLog
libiberty/splay-tree.c

index a415366f59cb3bbf9bc1c56238b2741c4ab604a0..df81d437a275b7c1d40624cb2d154cb57fc6d5da 100644 (file)
@@ -1,3 +1,7 @@
+2000-09-14  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
+
+       * splay-tree.c: #include <stdio.h>.
+
 2000-09-14  Hans-Peter Nilsson  <hp@axis.com>
 
        * testsuite/demangle-expected: Add two tests for anonymous
index de66d11bf563f0ce37d0bffe57ef9e48e0cf65dd..609cd68031808a230aff643c631ca487ecf12033 100644 (file)
@@ -32,6 +32,8 @@ Boston, MA 02111-1307, USA.  */
 #include <stdlib.h>
 #endif
 
+#include <stdio.h>
+
 #include "libiberty.h"
 #include "splay-tree.h"
 
This page took 0.030244 seconds and 4 git commands to generate.