* splay-tree.c: #include <stdio.h>.
authorMichael Sokolov <msokolov@ivan.Harhan.ORG>
Fri, 15 Sep 2000 15:16:14 +0000 (15:16 +0000)
committerDJ Delorie <dj@gcc.gnu.org>
Fri, 15 Sep 2000 15:16:14 +0000 (11:16 -0400)
From-SVN: r36432

libiberty/ChangeLog
libiberty/splay-tree.c

index bb91224f4afc88fad4ef5637807aa31dc810825a..1e5efa20917456cdd5a5cbb7160c4f2c010c9c20 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 9a684899d4a18f55e16a98e71303a70c6ddb115f..319349b8574afa1ccd32ccf1d936bb167ea27870 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"