]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* link.cc: Include <stdio.h>
authorHans Boehm <Hans_Boehm@hp.com>
Wed, 2 Feb 2005 22:29:31 +0000 (22:29 +0000)
committerHans Boehm <hboehm@gcc.gnu.org>
Wed, 2 Feb 2005 22:29:31 +0000 (22:29 +0000)
From-SVN: r94623

libjava/ChangeLog
libjava/link.cc

index 31c14656ff610a133c3342938aa06aa6edf2c0bc..0f948fea615017fa51be33e0e4cdd683db502b4c 100644 (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:
index b0559c4fc00dd162367d181d8b01fb2a173dfb15..3f45ac119a2f5a5128153c0c0e8b9d7b38f55c35 100644 (file)
@@ -13,6 +13,8 @@ details.  */
 #include <config.h>
 #include <platform.h>
 
+#include <stdio.h>
+
 #include <java-interp.h>
 
 #include <jvm.h>