Re: [dpdk-dev] [PATCH v2 1/6] examples/l3fwd: fix compile on FreeBSD

2019-05-01 Thread Luca Boccassi
On Fri, 2019-04-26 at 17:50 +0100, Bruce Richardson wrote: > On freebsd we need to include sys/socket.h to get the definition of > AF_INET in order to compile. > > Fixes: d5ceea4ab160 ("examples/l3fwd: format IP addresses for > printing") > > Signed-off-by: Bruce Richardson < > bruce.richard...@i

[dpdk-dev] [PATCH v2 1/6] examples/l3fwd: fix compile on FreeBSD

2019-04-26 Thread Bruce Richardson
On freebsd we need to include sys/socket.h to get the definition of AF_INET in order to compile. Fixes: d5ceea4ab160 ("examples/l3fwd: format IP addresses for printing") Signed-off-by: Bruce Richardson --- examples/l3fwd/l3fwd_lpm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/l