[dpdk-dev] [PATCH] test/ipsec: fix compile error on BSD

Bernard Iremonger bernard.iremonger at intel.com
Wed Jan 16 14:45:41 CET 2019


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 at intel.com>
---
 test/test/test_ipsec.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/test/test/test_ipsec.c b/test/test/test_ipsec.c
index ff1a1c4..f49c8d8 100644
--- a/test/test/test_ipsec.c
+++ b/test/test/test_ipsec.c
@@ -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>
-- 
2.7.4



More information about the dev mailing list