]> gcc.gnu.org Git - gcc.git/commitdiff
cni.h: Include <string.h>.
authorBryce McKinlay <bryce@albatross.co.nz>
Wed, 31 May 2000 22:49:19 +0000 (22:49 +0000)
committerBryce McKinlay <bryce@gcc.gnu.org>
Wed, 31 May 2000 22:49:19 +0000 (23:49 +0100)
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

libjava/ChangeLog
libjava/defineclass.cc
libjava/gcj/cni.h
libjava/gij.cc
libjava/interpret.cc

index 1361abe40a0468ceed58a7a7d808de319a2b48df..ded5d9b318fcca06a11d4022144a60b999250fd6 100644 (file)
@@ -1,3 +1,10 @@
+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>.
+
 2000-05-30  Tom Tromey  <tromey@cygnus.com>
 
        * include/name-finder.h: Include <sys/wait.h>.
index 33269ab0aab4eb530be49edb8ccec0aafcaac965..e38ffeca20be0dd887002afcf5ee70d24f9c5f1c 100644 (file)
@@ -24,6 +24,7 @@ details.  */
 
 #ifdef INTERPRETER
 
+#include <alloca.h>
 #include <java-cpool.h>
 #include <gcj/cni.h>
 
index ff45fb058caf6a56444d9836b8eb5557ebc1ea8d..1dacbd0810da46c58619fe12164cdd1401ff40f3 100644 (file)
@@ -18,6 +18,8 @@ details.  */
 
 #include <gcj/array.h>
 
+#include <string.h>
+
 extern inline jobject
 JvAllocObject (jclass cls)
 {
index d97a56e7f4552a47dbd7e09000f169ab7958266e..948ea03c3a9c3de452d62bffff6c7a3494240d2b 100644 (file)
@@ -16,6 +16,7 @@ details.  */
 
 #include <stdio.h>
 #include <string.h>
+#include <stdlib.h>
 
 #include <java/lang/System.h>
 #include <java/util/Properties.h>
index 6fd1fa6e43ceae2260ed6f0a980760d2e989c63e..f9fbd3df9fd557a95dd7747cd3710466138e8886 100644 (file)
@@ -35,6 +35,8 @@ details.  */
 
 #ifdef INTERPRETER
 
+#include <alloca.h>
+
 #define ClassError _CL_Q34java4lang5Error
 extern java::lang::Class ClassError;
 
This page took 0.076176 seconds and 5 git commands to generate.