Skip to content

Update direwolf.h #235

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

Closed
wants to merge 1 commit into from
Closed

Update direwolf.h #235

wants to merge 1 commit into from

Conversation

DwaineGarden
Copy link
Contributor

Fix the following errors during compile.

note: ‘ptrdiff_t’ is defined in header ‘<stddef.h>’; did you forget to ‘#include <stddef.h>’?

Fix the following errors during compile.

note: ‘ptrdiff_t’ is defined in header ‘<stddef.h>’; did you forget to ‘#include <stddef.h>’?
@mdomsch
Copy link
Contributor

mdomsch commented Dec 5, 2019

PR #236 is similar but instead includes stddef.h everywhere it's used, rather than in the always-included direwolf.h which doesn't generally have other includes in it.

@wb2osz
Copy link
Owner

wb2osz commented Dec 7, 2019

Thanks for the proposed fix. I used 236 instead, including stddef.h only where needed.

@wb2osz wb2osz closed this Dec 7, 2019
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.

3 participants