diff options
Diffstat (limited to 'usr/include/netinet/in6.h')
-rw-r--r-- | usr/include/netinet/in6.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/usr/include/netinet/in6.h b/usr/include/netinet/in6.h new file mode 100644 index 0000000..91a4e12 --- /dev/null +++ b/usr/include/netinet/in6.h @@ -0,0 +1,11 @@ +/* + * netinet/in6.h + */ + +#ifndef _NETINET_IN6_H +#define _NETINET_IN6_H + +#include <sys/types.h> +#include <linux/in6.h> + +#endif /* _NETINET_IN6_H */ |