app/testpmd: fix flow command build on FreeBSD
authorAdrien Mazarguil <adrien.mazarguil@6wind.com>
Fri, 23 Dec 2016 15:52:56 +0000 (16:52 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 23 Dec 2016 15:55:36 +0000 (16:55 +0100)
commit47a20b73e21edac7320bf88f5912d24b5c48b2ef
tree17be532d579a6b7e97124bb585c55f0fd52443cc
parent3912aa3771c2b1adca4ae98f56529cff90baa93f
app/testpmd: fix flow command build on FreeBSD

A missing include causes the following compilation errors:

 error: use of undeclared identifier 'AF_INET'
 error: use of undeclared identifier 'AF_INET6'

Fixes: ef6e38550f07 ("app/testpmd: add items ipv4/ipv6 to flow command")

Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
app/test-pmd/cmdline_flow.c