Skip to content

correct include for int64_t type#4

Open
notwa wants to merge 1 commit intoarminbiere:masterfrom
notwa:patch-1
Open

correct include for int64_t type#4
notwa wants to merge 1 commit intoarminbiere:masterfrom
notwa:patch-1

Conversation

@notwa
Copy link
Copy Markdown

@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