git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc0e5bb
)
test/ipsec: fix build on FreeBSD
author
Bernard Iremonger
<bernard.iremonger@intel.com>
Wed, 16 Jan 2019 13:45:41 +0000
(13:45 +0000)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/test/test/test_ipsec.c
b/test/test/test_ipsec.c
index
ff1a1c4
..
f49c8d8
100644
(file)
--- 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>