aboutsummaryrefslogtreecommitdiff
path: root/inet/netinet
diff options
context:
space:
mode:
Diffstat (limited to 'inet/netinet')
-rw-r--r--inet/netinet/icmp6.h1
-rw-r--r--inet/netinet/ip6.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/inet/netinet/icmp6.h b/inet/netinet/icmp6.h
index 49e30de771..900f8b1d0b 100644
--- a/inet/netinet/icmp6.h
+++ b/inet/netinet/icmp6.h
@@ -20,6 +20,7 @@
#include <inttypes.h>
#include <string.h>
+#include <stdint.h>
#include <sys/types.h>
#include <netinet/in.h>
diff --git a/inet/netinet/ip6.h b/inet/netinet/ip6.h
index 47c6f02a6e..61d5ae0f26 100644
--- a/inet/netinet/ip6.h
+++ b/inet/netinet/ip6.h
@@ -19,6 +19,7 @@
#define _NETINET_IP6_H 1
#include <inttypes.h>
+#include <stdint.h>
#include <netinet/in.h>
struct ip6_hdr