Re: [PATCH] tc: add missing limits.h header

2016-12-29 Thread Stephen Hemminger
On Thu, 22 Dec 2016 20:52:48 +0200 Baruch Siach wrote: > This fixes under musl build issues like: > > f_matchall.c: In function ‘matchall_parse_opt’: > f_matchall.c:48:12: error: ‘LONG_MIN’ undeclared (first use in this function) >if (h == LONG_MIN || h == LONG_MAX) { > ^ > f_mat

[PATCH] tc: add missing limits.h header

2016-12-22 Thread Baruch Siach
This fixes under musl build issues like: f_matchall.c: In function ‘matchall_parse_opt’: f_matchall.c:48:12: error: ‘LONG_MIN’ undeclared (first use in this function) if (h == LONG_MIN || h == LONG_MAX) { ^ f_matchall.c:48:12: note: each undeclared identifier is reported only once f