* link.cc: Include <stdio.h>

From-SVN: r94623
This commit is contained in:
Hans Boehm 2005-02-02 22:29:31 +00:00 committed by Hans Boehm
parent ea1ebe1266
commit 7faf2821f1
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2005-02-02 Hans Boehm <Hans.Boehm@hp.com>
* link.cc: Include <stdio.h>
2005-02-02 Tom Tromey <tromey@redhat.com>
PR libgcj/19681:

View File

@ -13,6 +13,8 @@ details. */
#include <config.h>
#include <platform.h>
#include <stdio.h>
#include <java-interp.h>
#include <jvm.h>