cni.h: Include <string.h>.
2000-05-31 Bryce McKinlay <bryce@albatross.co.nz> * gcj/cni.h: Include <string.h>. * defineclass.cc: Include <alloca.h>. * interpret.cc: Ditto. * gij.cc: Include <stdlib.h>. From-SVN: r34311
This commit is contained in:
parent
eb7e5da2fc
commit
f1aa7a521a
5 changed files with 13 additions and 0 deletions
|
@ -35,6 +35,8 @@ details. */
|
|||
|
||||
#ifdef INTERPRETER
|
||||
|
||||
#include <alloca.h>
|
||||
|
||||
#define ClassError _CL_Q34java4lang5Error
|
||||
extern java::lang::Class ClassError;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue