examples/ipsec-secgw: fix build on FreeBSD
[dpdk.git] / examples / ipsec-secgw / sp.c
index 7972f40..4f16730 100644 (file)
@@ -34,6 +34,8 @@
 /*
  * Security Policies
  */
+#include <sys/types.h>
+#include <netinet/in.h>
 #include <netinet/ip.h>
 
 #include <rte_acl.h>