Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
<stddef.h>
Modules/zlibmodule.c
1 parent abec9a1 commit 4b2e54bCopy full SHA for 4b2e54b
1 file changed
Modules/zlibmodule.c
@@ -7,6 +7,7 @@
7
8
#include "zlib.h"
9
#include "stdbool.h"
10
+#include <stddef.h> // offsetof()
11
12
#if defined(ZLIB_VERNUM) && ZLIB_VERNUM < 0x1221
13
#error "At least zlib version 1.2.2.1 is required"
0 commit comments