diff options
Diffstat (limited to 'usr/include/netinet/tcp.h')
-rw-r--r-- | usr/include/netinet/tcp.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/usr/include/netinet/tcp.h b/usr/include/netinet/tcp.h new file mode 100644 index 0000000..7fc4729 --- /dev/null +++ b/usr/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 */ |