--- pgp/src/zip.c 2018/04/24 16:40:55 1.1.1.4 +++ pgp/src/zip.c 2018/04/24 16:45:21 1.1.1.7 @@ -8,6 +8,7 @@ #include "language.h" #include "pgp.h" #include "exitpgp.h" +#include "zip.h" #include "ziperr.h" /* for ZE_MEM (and errors[] if ZIPDEBUG defined) */ @@ -28,7 +29,8 @@ void err(int c, char *msg) fprintf( stderr, LANG("\nOut of memory\n") ); exitPGP( 7 ); } else { - fprintf( stderr, LANG("\nCompression/decompression error\n") ); /* Yuck */ + fprintf(stderr,LANG("\nCompression/decompression error\n") ); + /* Yuck */ exitPGP( 23 ); } }