From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernard Iremonger Subject: [PATCH] test/ipsec: fix compile error on BSD Date: Wed, 16 Jan 2019 13:45:41 +0000 Message-ID: <1547646341-17346-1-git-send-email-bernard.iremonger@intel.com> Cc: Bernard Iremonger To: dev@dpdk.org, konstantin.ananyev@intel.com, changqingx.wu@intel.com Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id A36B210A3 for ; Wed, 16 Jan 2019 14:45:47 +0100 (CET) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 --- 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 -#include -#include - #include #include #include -- 2.7.4