Signed-off-by: Costin Lupu <costin.lupu@cs.pub.ro>
Reviewed-by: Roxana Nicolescu <nicolescu.roxana1996@gmail.com>
--- /dev/null
+diff --git a/src/include/lwip/sockets.h b/src/include/lwip/sockets.h
+index ace9885..4e333ae 100644
+--- a/src/include/lwip/sockets.h
++++ b/src/include/lwip/sockets.h
+@@ -327,6 +327,7 @@ typedef struct ip_mreq {
+ #if LWIP_IPV4\r
+ struct in_pktinfo {\r
+ unsigned int ipi_ifindex; /* Interface index */\r
++ struct in_addr ipi_spec_dst; /* Routing destination address */
+ struct in_addr ipi_addr; /* Destination (from header) address */\r
+ };\r
+ #endif /* LWIP_IPV4 */\r