about summary refs log tree commit diff
path: root/include/netinet
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2019-02-15 21:51:35 +0100
committerFlorian Weimer <fweimer@redhat.com>2019-02-16 08:25:16 +0100
commitebd32784ce2029d0461a90a79bc4e37f8d051765 (patch)
tree99e91df37a3d34cb5c82bb49a84f255a31695b4b /include/netinet
parenta198d37ade06c03e8dacc54f861fdd325e04381b (diff)
downloadglibc-ebd32784ce2029d0461a90a79bc4e37f8d051765.tar.gz
glibc-ebd32784ce2029d0461a90a79bc4e37f8d051765.tar.xz
glibc-ebd32784ce2029d0461a90a79bc4e37f8d051765.zip
Add missing header wrappers under include/
With a complete set of wrapper headers, it will be possible to check
for automatically for new installed headers which lack such wrappers.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'include/netinet')
-rw-r--r--include/netinet/icmp6.h1
-rw-r--r--include/netinet/igmp.h1
-rw-r--r--include/netinet/ip6.h1
3 files changed, 3 insertions, 0 deletions
diff --git a/include/netinet/icmp6.h b/include/netinet/icmp6.h
new file mode 100644
index 0000000000..fee15fc531
--- /dev/null
+++ b/include/netinet/icmp6.h
@@ -0,0 +1 @@
+#include <inet/netinet/icmp6.h>
diff --git a/include/netinet/igmp.h b/include/netinet/igmp.h
new file mode 100644
index 0000000000..63a9355f79
--- /dev/null
+++ b/include/netinet/igmp.h
@@ -0,0 +1 @@
+#include <inet/netinet/igmp.h>
diff --git a/include/netinet/ip6.h b/include/netinet/ip6.h
new file mode 100644
index 0000000000..262c7c2405
--- /dev/null
+++ b/include/netinet/ip6.h
@@ -0,0 +1 @@
+#include <inet/netinet/ip6.h>