* java/lang/natClass.cc: Include <gcj/method.h>.

From-SVN: r31249
This commit is contained in:
Tom Tromey 2000-01-05 22:52:54 +00:00 committed by Tom Tromey
parent 3f2d7f37da
commit d6ab24c514
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2000-01-05 Tom Tromey <tromey@cygnus.com>
* java/lang/natClass.cc: Include <gcj/method.h>.
* java/lang/Class.h (_getMethods): Correctly declare as private,
not public.

View File

@ -39,6 +39,7 @@ details. */
#include <java/lang/System.h>
#include <java/lang/SecurityManager.h>
#include <java/lang/StringBuffer.h>
#include <gcj/method.h>
#include <java-cpool.h>