mirror of git://gcc.gnu.org/git/gcc.git
parent
ea1ebe1266
commit
7faf2821f1
|
@ -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>
|
2005-02-02 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
PR libgcj/19681:
|
PR libgcj/19681:
|
||||||
|
|
|
@ -13,6 +13,8 @@ details. */
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#include <platform.h>
|
#include <platform.h>
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
#include <java-interp.h>
|
#include <java-interp.h>
|
||||||
|
|
||||||
#include <jvm.h>
|
#include <jvm.h>
|
||||||
|
|
Loading…
Reference in New Issue