gh-107279 Add <stddef.h> to Modules/zlibmodule.c to fix failing builds (#107280)

This commit is contained in:
shailshouryya
2023-07-26 23:56:39 -07:00
committed by GitHub
parent abec9a1b20
commit 4b2e54bd3c

View File

@@ -7,6 +7,7 @@
#include "zlib.h"
#include "stdbool.h"
#include <stddef.h> // offsetof()
#if defined(ZLIB_VERNUM) && ZLIB_VERNUM < 0x1221
#error "At least zlib version 1.2.2.1 is required"