Commit 0039c16d by Hans Boehm Committed by Hans Boehm

defineclass.cc: Include <stdio.h>.

	* defineclass.cc: Include <stdio.h>.
	* java/lang/natClassLoader.cc: Include <stdio.h>.

From-SVN: r86434
parent cbaa1b74
2004-08-23 Hans Boehm <Hans.Boehm@hp.com>
* defineclass.cc: Include <stdio.h>.
* java/lang/natClassLoader.cc: Include <stdio.h>.
2004-08-21 Andreas Tobler <a.tobler@schweiz.ch>
Michael Koch <konqueror@gmx.de>
......
......@@ -23,6 +23,7 @@ details. */
#include <java-interp.h>
#include <stdlib.h>
#include <stdio.h>
#include <java-cpool.h>
#include <gcj/cni.h>
......
......@@ -13,6 +13,7 @@ details. */
#include <config.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <gcj/cni.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment