about summary refs log tree commit diff
path: root/inet/netinet/icmp6.h
diff options
context:
space:
mode:
authorRyan S. Arnold <rsa@linux.vnet.ibm.com>2013-05-01 10:59:42 -0500
committerRyan S. Arnold <rsa@linux.vnet.ibm.com>2013-05-01 10:59:42 -0500
commitac58450e8c9f9d3531ff2efe1d8b972b8fa8a44c (patch)
tree205505772ba5c75cc240465250962939ed8511ee /inet/netinet/icmp6.h
parent0695940b8ab4b7e69492e8ea071d19fc17dda092 (diff)
downloadglibc-rsa/stdint_headers.tar.gz
glibc-rsa/stdint_headers.tar.xz
glibc-rsa/stdint_headers.zip
Add #include <stdint.h> for uint[32|64]_t usage in installed headers. rsa/stdint_headers
Diffstat (limited to 'inet/netinet/icmp6.h')
-rw-r--r--inet/netinet/icmp6.h1
1 files changed, 1 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>