diff options
Diffstat (limited to 'gcc/java/zextract.c')
-rw-r--r-- | gcc/java/zextract.c | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/gcc/java/zextract.c b/gcc/java/zextract.c index 39bb06c..10cf18d 100644 --- a/gcc/java/zextract.c +++ b/gcc/java/zextract.c @@ -25,19 +25,14 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ /* Written by Per Bothner <bothner@cygnus.com>, February 1996. */ +#include "config.h" +#include "system.h" #include "zipfile.h" - /* This stuff is partly based on the 28 August 1994 public release of the Info-ZIP group's portable UnZip zipfile-extraction program (and related utilities). */ -#include <stdio.h> -#ifdef __STDC__ -#include <stdlib.h> -#endif -#include <errno.h> /* used in mapname() */ - /*************/ /* Defines */ /*************/ |