Commit 9197da5
committed
Include stdint.h in zstd_jni for uintptr_t
macOS clang pulls stdint.h in transitively via stdlib.h, so the build
was passing on darwin but failing on the manylinux2014 GCC that the
linux-x86-64 and linux-aarch64 workflow jobs use. Add the explicit
include so every supported toolchain compiles cleanly.1 parent c783aec commit 9197da5
1 file changed
Lines changed: 1 addition & 0 deletions
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
0 commit comments