summaryrefslogtreecommitdiff
path: root/arch/arm/fill_window_arm.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/fill_window_arm.c')
-rw-r--r--arch/arm/fill_window_arm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/fill_window_arm.c b/arch/arm/fill_window_arm.c
index d227662..c27db3c 100644
--- a/arch/arm/fill_window_arm.c
+++ b/arch/arm/fill_window_arm.c
@@ -14,7 +14,7 @@
#include "deflate_p.h"
#include "functable.h"
-extern ZLIB_INTERNAL int read_buf(z_stream *strm, unsigned char *buf, unsigned size);
+extern ZLIB_INTERNAL int read_buf(PREFIX3(stream) *strm, unsigned char *buf, unsigned size);
#if __ARM_NEON__
#include <arm_neon.h>