Skip to content

sat: bmc: Explicitly include stdint.h if necessary#494

Open
ziyao233 wants to merge 1 commit intoberkeley-abc:masterfrom
ziyao233:sat/bmc/explicitly-stdint
Open

sat: bmc: Explicitly include stdint.h if necessary#494
ziyao233 wants to merge 1 commit intoberkeley-abc:masterfrom
ziyao233:sat/bmc/explicitly-stdint

Conversation

@ziyao233
Copy link
Copy Markdown

@ziyao233 ziyao233 commented Apr 5, 2026

Explicitly include stdint.h for files using int64_t, instead of manually defining the type on Windows, or relying on recursively included headers on other platforms, which at least breaks on Linux systems based on musl libc.

Fixes: 38c2bec ("Adding support for Kissat in "lutexact".")
Fixes: b7f8df0 ("Command "andexact".")

Explicitly include stdint.h for files using int64_t, instead of manually
defining the type on Windows, or relying on recursively included headers
on other platforms, which at least breaks on Linux systems based on musl
libc.

Fixes: 38c2bec ("Adding support for Kissat in "lutexact".")
Fixes: b7f8df0 ("Command "andexact".")
Signed-off-by: Yao Zi <me@ziyao.cc>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant