]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CONTRIB: tcploop: add limits.h to fix build issue with some compilers
authorWilly Tarreau <w@1wt.eu>
Fri, 16 Dec 2016 07:02:21 +0000 (08:02 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 17 Dec 2016 13:27:30 +0000 (14:27 +0100)
commit5cd60670a6bc03b6895611c2ed46b56d6cf60354
tree2f3a5726c1a7997c2ae099bc4ff87a876e584004
parentf5f26e824a45c28110ad7e84306565fbf3df5e84
CONTRIB: tcploop: add limits.h to fix build issue with some compilers

Just got this while cross-compiling :

tcploop.c: In function 'tcp_recv':
tcploop.c:444:48: error: 'INT_MAX' undeclared (first use in this function)
tcploop.c:444:48: note: each undeclared identifier is reported only once for each function it appears in
contrib/tcploop/tcploop.c