From 646f379068530b47e571a7c8ed9b157008a48a89 Mon Sep 17 00:00:00 2001 From: Bernard Iremonger Date: Wed, 16 Jan 2019 13:45:41 +0000 Subject: [PATCH] test/ipsec: fix build on FreeBSD 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 Acked-by: Konstantin Ananyev Tested-by: Changqing Wu --- 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 ff1a1c4be5..f49c8d8fa2 100644 --- a/test/test/test_ipsec.c +++ b/test/test/test_ipsec.c @@ -4,9 +4,6 @@ #include -#include -#include - #include #include #include -- 2.20.1