diff options
Diffstat (limited to 'gcc/java/jcf-io.c')
-rw-r--r-- | gcc/java/jcf-io.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/java/jcf-io.c b/gcc/java/jcf-io.c index e805d08..145b12d 100644 --- a/gcc/java/jcf-io.c +++ b/gcc/java/jcf-io.c @@ -29,6 +29,7 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "jcf.h" #ifdef __STDC__ #include <stdlib.h> +#include <string.h> #endif #include <sys/types.h> #include <sys/stat.h> |