Add missing #include <limits.h> in scdtotp #1

Closed
mgorny wants to merge 1 commits from mgorny/scdtools:fix-include into master
First-time contributor

Include <limits.h> as otherwise the program fails to compile due to
UINT_MAX not being defined.

Include <limits.h> as otherwise the program fails to compile due to UINT_MAX not being defined.
Owner

Thanks!

Actually a fix for that issue had already been proposed some months ago and merged, but only in the develop branch (commit 8c085c096c), which I have not merged into the master branch for quite some time—sorry about that.

I will merge develop into master and then do a small point release in the next few days.

Thanks! Actually a fix for that issue had already been proposed some months ago and merged, but only in the `develop` branch (commit 8c085c096c33d12be400dc9ea5cd899d86649e3e), which I have not merged into the master branch for quite some time—sorry about that. I will merge `develop` into `master` and then do a small point release in the next few days.
damien closed this pull request 2019-04-24 12:30:10 +02:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: damien/scdtools#1
No description provided.