diff --git a/zlib-power8-fate325307.patch b/zlib-power8-fate325307.patch index c7a9a50..f54e1c1 100644 --- a/zlib-power8-fate325307.patch +++ b/zlib-power8-fate325307.patch @@ -1316,7 +1316,7 @@ Index: zlib-1.2.11/contrib/power8-crc/vec_crc32.c =================================================================== --- /dev/null +++ zlib-1.2.11/contrib/power8-crc/vec_crc32.c -@@ -0,0 +1,677 @@ +@@ -0,0 +1,679 @@ +/* + * Calculate the checksum of data that is 16 byte aligned and a multiple of + * 16 bytes. @@ -1359,6 +1359,8 @@ Index: zlib-1.2.11/contrib/power8-crc/vec_crc32.c +#include "crc32_constants.h" +#endif + ++#include "../zutil.h" ++ +#define VMX_ALIGN 16 +#define VMX_ALIGN_MASK (VMX_ALIGN-1) +