diff options
Diffstat (limited to 'klibc/include/netinet/in6.h')
-rw-r--r-- | klibc/include/netinet/in6.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/klibc/include/netinet/in6.h b/klibc/include/netinet/in6.h new file mode 100644 index 0000000000..46584ca627 --- /dev/null +++ b/klibc/include/netinet/in6.h @@ -0,0 +1,10 @@ +/* + * netinet/in6.h + */ + +#ifndef _NETINET_IN6_H +#define _NETINET_IN6_H + +#include <linux/in6.h> + +#endif /* _NETINET_IN6_H */ |