From e52aa40daac53c17b25de4095fb2bd1a32c0d886 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Fri, 5 Sep 2025 19:34:34 -0700 Subject: [PATCH] Include "compiler.h" in zconf.h This seems to actually work with Z_SOLO? Still might have to resolve problems, but... Signed-off-by: H. Peter Anvin (Intel) --- zlib/zconf.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/zlib/zconf.h b/zlib/zconf.h index 57b144f9..9512daa1 100644 --- a/zlib/zconf.h +++ b/zlib/zconf.h @@ -8,8 +8,10 @@ #ifndef ZCONF_H #define ZCONF_H +#include "compiler.h" + #define HAVE_VSNPRINTF 1 /* If it doesn't exist we add it */ -#define Z_LARGE64 1 /* Better to have it... */ +#define Z_SOLO 1 /* * If you *really* need a unique prefix for all types and library functions,