jdk/src/java.base/share/native/libzip/zlib/zutil.c
changeset 43810 a8fca792a14b
parent 43806 36e9a4583949
equal deleted inserted replaced
43809:c3669a70a7ab 43810:a8fca792a14b
    30 /* @(#) $Id$ */
    30 /* @(#) $Id$ */
    31 
    31 
    32 #include "zutil.h"
    32 #include "zutil.h"
    33 
    33 
    34 #ifndef Z_SOLO
    34 #ifndef Z_SOLO
    35 /*
       
    36 #  include "gzguts.h"
    35 #  include "gzguts.h"
    37 */
       
    38 #endif
    36 #endif
    39 
    37 
    40 z_const char * const z_errmsg[10] = {
    38 z_const char * const z_errmsg[10] = {
    41     (z_const char *)"need dictionary",     /* Z_NEED_DICT       2  */
    39     (z_const char *)"need dictionary",     /* Z_NEED_DICT       2  */
    42     (z_const char *)"stream end",          /* Z_STREAM_END      1  */
    40     (z_const char *)"stream end",          /* Z_STREAM_END      1  */