]> git.ipfire.org Git - thirdparty/lldpd.git/commit
src: #include <limits.h> when using strtonum()
authorVincent Bernat <vincent@bernat.im>
Thu, 7 Sep 2017 17:52:01 +0000 (19:52 +0200)
committerVincent Bernat <vincent@bernat.im>
Thu, 7 Sep 2017 17:52:01 +0000 (19:52 +0200)
commit630374d49b6f701b412f6440da67b6a4e370d4dc
tree9868560c38e9c4f729ebbf19dc0eb7aabd84d3d4
parent0414abe1cc9c85e78f1dcafd7243e0ca48ab8f90
src: #include <limits.h> when using strtonum()

`strtonum()` seems to work without it, but there is a hint in issue #242
that there is something fishy around that.
src/client/conf-lldp.c
src/daemon/lldpd.c