diff options
Diffstat (limited to 'klibc/include/netinet/tcp.h')
-rw-r--r-- | klibc/include/netinet/tcp.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/klibc/include/netinet/tcp.h b/klibc/include/netinet/tcp.h new file mode 100644 index 0000000000..bb5d307e98 --- /dev/null +++ b/klibc/include/netinet/tcp.h @@ -0,0 +1,11 @@ +/* + * netinet/tcp.h + */ + +#ifndef _NETINET_TCP_H +#define _NETINET_TCP_H + +#include <endian.h> /* Include *before* linux/tcp.h */ +#include <linux/tcp.h> + +#endif /* _NETINET_TCP_H */ |