diff options
-rw-r--r-- | include/netinet/ip_icmp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/netinet/ip_icmp.h b/include/netinet/ip_icmp.h index 2f4a86dd..b9e0df89 100644 --- a/include/netinet/ip_icmp.h +++ b/include/netinet/ip_icmp.h @@ -23,6 +23,7 @@ struct icmphdr { uint16_t __unused; uint16_t mtu; } frag; + uint8_t reserved[4]; } un; }; |