test/ipsec: fix build on FreeBSD
authorBernard Iremonger <bernard.iremonger@intel.com>
Wed, 16 Jan 2019 13:45:41 +0000 (13:45 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 17 Jan 2019 23:23:48 +0000 (00:23 +0100)
Removed ip.h and in.h headers to fix unknown type errors
when compiling on BSD.

Fixes: 05fe65eb66b2 ("test/ipsec: introduce functional test")

Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
Tested-by: Changqing Wu <changqingx.wu@intel.com>
test/test/test_ipsec.c

index ff1a1c4..f49c8d8 100644 (file)
@@ -4,9 +4,6 @@
 
 #include <time.h>
 
-#include <netinet/in.h>
-#include <netinet/ip.h>
-
 #include <rte_common.h>
 #include <rte_hexdump.h>
 #include <rte_mbuf.h>