]> git.ipfire.org Git - thirdparty/iproute2.git/commit
iproute2: fix building with musl
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Thu, 21 Jan 2016 18:19:48 +0000 (15:19 -0300)
committerStephen Hemminger <shemming@brocade.com>
Tue, 2 Feb 2016 04:58:33 +0000 (15:58 +1100)
commit4a36b4c2ecafa9ec377fd1ed2a47b74df1c27900
tree6191aa2216ffc48cb9621e96d26de49aa0de7bd1
parenteb85526923d1de1857c2b1e6860a471f2a0ae1b9
iproute2: fix building with musl

We need limits.h for PATH_MAX, fixes:

rt_names.c:364:13: error: ‘PATH_MAX’ undeclared (first use in this
function)

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
lib/rt_names.c