Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

correct include for int64_t type #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

notwa
Copy link

@notwa notwa commented Jun 5, 2019

stdint.h is the C99-standardized header for fixed-size integers, not stdlib.h.
this matters on systems that build against musl. other than that, I had no issues building lingeling.

I'm not sure what the scope of target platforms of lingeling is, so I will note that this may break builds on other platforms, like old versions of MSVC. it may be preferred to instead detect if this change is necessary in the configure script and/or through the preprocessor.

stdint.h is the C99-standardized header for fixed-size integers, not stdlib.h.
this matters on systems that build against musl.
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