commit | 5cd60670a6bc03b6895611c2ed46b56d6cf60354 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Dec 16 08:02:21 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sat Dec 17 14:27:30 2016 +0100 |
tree | 2f3a5726c1a7997c2ae099bc4ff87a876e584004 | |
parent | f5f26e824a45c28110ad7e84306565fbf3df5e84 [diff] |
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