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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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"