1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-28 20:25:38 +03:00
systemd/klibc/include/netinet/tcp.h

12 lines
180 B
C

/*
* 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 */