Browse Source

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

binutils-2_11-branch
DJ Delorie 26 years ago
parent
commit
60c6451942
  1. 4
      libiberty/ChangeLog
  2. 2
      libiberty/splay-tree.c

4
libiberty/ChangeLog

@ -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

2
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"

Loading…
Cancel
Save