numam-dpdk/examples/ipsec-secgw
Daniel Mrzyglod 55d4c7756c examples/ipsec-secgw: fix build on FreeBSD
In FreeBSD, sys/types.h and netinet/in.h need to be included before
netinet/ip.h

There were missed typedef for u_char - <sys/types.h>
There were missed network definitions - <netinet/in.h>

Failure #13: http://dpdk.org/ml/archives/test-report/2016-March/001896.html

Fixes: d299106e8e ("examples/ipsec-secgw: add IPsec sample application")

Signed-off-by: Daniel Mrzyglod <danielx.t.mrzyglod@intel.com>
Acked-by: Sergio Gonzalez Monroy <sergio.gonzalez.monroy@intel.com>
2016-03-31 22:27:41 +02:00
..
esp.c examples/ipsec-secgw: fix build on FreeBSD 2016-03-31 22:27:41 +02:00
esp.h examples/ipsec-secgw: add IPsec sample application 2016-03-11 11:06:29 +01:00
ipip.h examples/ipsec-secgw: add IPsec sample application 2016-03-11 11:06:29 +01:00
ipsec-secgw.c examples/ipsec-secgw: fix build on FreeBSD 2016-03-31 22:27:41 +02:00
ipsec.c examples/ipsec-secgw: fix build on FreeBSD 2016-03-31 22:27:41 +02:00
ipsec.h examples/ipsec-secgw: fix build on FreeBSD 2016-03-31 22:27:41 +02:00
Makefile examples/ipsec-secgw: add IPsec sample application 2016-03-11 11:06:29 +01:00
rt.c examples/ipsec-secgw: fix build on FreeBSD 2016-03-31 22:27:41 +02:00
sa.c examples/ipsec-secgw: fix build on FreeBSD 2016-03-31 22:27:41 +02:00
sp.c examples/ipsec-secgw: fix build on FreeBSD 2016-03-31 22:27:41 +02:00