fib: fix includes for musl 87/30787/8
authorNathan Moos <nmoos@cisco.com>
Fri, 15 Jan 2021 22:47:24 +0000 (14:47 -0800)
committerFlorin Coras <florin.coras@gmail.com>
Thu, 21 Jan 2021 01:36:30 +0000 (01:36 +0000)
commit1550907d0a39763ae7a03dfd166b40bb63d4219a
tree777e7b1517bbb864de85cb28b3a0f242d3902f18
parent4d084079cd9ec79578f616c965ca11d5c2e410c3
fib: fix includes for musl

Type: fix

When building with musl, the type `uint` is not available unless you
include <sys/types.h>.

Signed-off-by: Nathan Moos <nmoos@cisco.com>
Change-Id: I0003b0c373d9fd532b4135c43d78f36d6cd7afa4
src/vnet/fib/fib_walk.c