diff options
author | Bryce McKinlay <bryce@albatross.co.nz> | 2000-05-31 22:49:19 +0000 |
---|---|---|
committer | Bryce McKinlay <bryce@gcc.gnu.org> | 2000-05-31 23:49:19 +0100 |
commit | f1aa7a521a31b60380cf5c2e6913823c8bd18ce5 (patch) | |
tree | 32385bd0f1415823cb0c5a6cc510558e037fc87e /libjava/interpret.cc | |
parent | eb7e5da2fc504a81d64e9aeab2408cecbdde0c29 (diff) | |
download | gcc-f1aa7a521a31b60380cf5c2e6913823c8bd18ce5.zip gcc-f1aa7a521a31b60380cf5c2e6913823c8bd18ce5.tar.gz gcc-f1aa7a521a31b60380cf5c2e6913823c8bd18ce5.tar.bz2 |
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
Diffstat (limited to 'libjava/interpret.cc')
-rw-r--r-- | libjava/interpret.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libjava/interpret.cc b/libjava/interpret.cc index 6fd1fa6..f9fbd3d 100644 --- a/libjava/interpret.cc +++ b/libjava/interpret.cc @@ -35,6 +35,8 @@ details. */ #ifdef INTERPRETER +#include <alloca.h> + #define ClassError _CL_Q34java4lang5Error extern java::lang::Class ClassError; |