Add missing #include <limits.h> in scdtotp #1
No reviewers
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: damien/scdtools#1
Loading…
Reference in New Issue
No description provided.
Delete Branch "mgorny/scdtools:fix-include"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Include <limits.h> as otherwise the program fails to compile due to
UINT_MAX not being defined.
Thanks!
Actually a fix for that issue had already been proposed some months ago and merged, but only in the
develop
branch (commit8c085c096c
), which I have not merged into the master branch for quite some time—sorry about that.I will merge
develop
intomaster
and then do a small point release in the next few days.Pull request closed