diff options
Diffstat (limited to 'libjava/jni/classpath/jcl.c')
-rw-r--r-- | libjava/jni/classpath/jcl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/jni/classpath/jcl.c b/libjava/jni/classpath/jcl.c index 629d0716389..8cb132e3f32 100644 --- a/libjava/jni/classpath/jcl.c +++ b/libjava/jni/classpath/jcl.c @@ -1,5 +1,5 @@ /* jcl.c - Copyright (C) 1998 Free Software Foundation, Inc. + Copyright (C) 1998, 2004 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -37,7 +37,7 @@ exception statement from your version. */ #include <stdio.h> #include <jcl.h> -#include <malloc.h> +#include <stdlib.h> #ifndef __GNUC__ #define __attribute__(x) /* nothing */ |