sys/netinet/icmp6.h: Fix build

Fix stdint.h file not found.

Fixes: 		4b75afe885
This commit is contained in:
Cy Schubert 2024-05-23 14:02:06 -07:00
parent 4b75afe885
commit 380ee9b3c0

View file

@ -63,7 +63,7 @@
#ifndef _NETINET_ICMP6_H_
#define _NETINET_ICMP6_H_
#include <stdint.h>
#include <sys/stdint.h>
#define ICMPV6_PLD_MAXLEN 1232 /* IPV6_MMTU - sizeof(struct ip6_hdr)
- sizeof(struct icmp6_hdr) */