fix null pointer dereference in setitimer time32 compat shim
[musl] / include / netinet / tcp.h
index 2eac793..adcd45e 100644 (file)
@@ -76,6 +76,7 @@ enum {
        TCP_NLA_BYTES_RETRANS,
        TCP_NLA_DSACK_DUPS,
        TCP_NLA_REORD_SEEN,
+       TCP_NLA_SRTT,
 };
 
 #if defined(_GNU_SOURCE) || defined(_BSD_SOURCE)
@@ -96,7 +97,6 @@ enum {
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <stdint.h>
-#include <endian.h>
 
 typedef uint32_t tcp_seq;