* splay-tree.c: #include <stdio.h>.

This commit is contained in:
DJ Delorie 2000-09-15 15:16:11 +00:00
parent 92b7e9d81a
commit 60c6451942
2 changed files with 6 additions and 0 deletions

View 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

View file

@ -32,6 +32,8 @@ Boston, MA 02111-1307, USA. */
#include <stdlib.h>
#endif
#include <stdio.h>
#include "libiberty.h"
#include "splay-tree.h"