[dpdk-dev] [PATCH] test/ipsec: fix compile error on BSD
Wu, ChangqingX
changqingx.wu at intel.com
Thu Jan 17 02:18:41 CET 2019
Tested-by: Wu, ChangqingX <changqingx.wu at intel.com>
-----Original Message-----
From: Iremonger, Bernard
Sent: Wednesday, January 16, 2019 9:46 PM
To: dev at dpdk.org; Ananyev, Konstantin <konstantin.ananyev at intel.com>; Wu, ChangqingX <changqingx.wu at intel.com>
Cc: Iremonger, Bernard <bernard.iremonger at intel.com>
Subject: [PATCH] test/ipsec: fix compile error on BSD
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