diff options
| author | rofl0r <retnyg@gmx.net> | 2012-12-06 17:02:19 +0100 | 
|---|---|---|
| committer | rofl0r <retnyg@gmx.net> | 2012-12-06 17:02:19 +0100 | 
| commit | 3d3903fa5bd18f66c4f22fb766615d84b9519aa0 (patch) | |
| tree | ae0937aa59153ad25385e9b84d230bed29294797 | |
| parent | 7e0d4fce41ac95adc080bffa88ee0f51c1cf2837 (diff) | |
| download | musl-3d3903fa5bd18f66c4f22fb766615d84b9519aa0.tar.gz | |
tcp.h: add SOL_TCP, analoguous to udp.h
| -rw-r--r-- | include/netinet/tcp.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/include/netinet/tcp.h b/include/netinet/tcp.h index 6c2d2891..94e54cf3 100644 --- a/include/netinet/tcp.h +++ b/include/netinet/tcp.h @@ -18,6 +18,8 @@  #define TCP_CONGESTION	 13  #define TCP_MD5SIG	 14 +#define SOL_TCP 6 +  #if defined(_GNU_SOURCE) || defined(_BSD_SOURCE)  #include <sys/types.h>  #include <sys/socket.h>  | 
