diff options
Diffstat (limited to 'arch/x86/fill_window_sse.c')
-rw-r--r-- | arch/x86/fill_window_sse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/fill_window_sse.c b/arch/x86/fill_window_sse.c index 11e95f5..7d6f88d 100644 --- a/arch/x86/fill_window_sse.c +++ b/arch/x86/fill_window_sse.c @@ -15,7 +15,7 @@ #include "deflate_p.h" #include "functable.h" -extern int read_buf(z_stream *strm, unsigned char *buf, unsigned size); +extern int read_buf(PREFIX3(stream) *strm, unsigned char *buf, unsigned size); ZLIB_INTERNAL void fill_window_sse(deflate_state *s) { const __m128i xmm_wsize = _mm_set1_epi16(s->w_size); |