gcc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations netinet_tcp/TCP_NODELAY.c -o netinet_tcp/TCP_NODELAY -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lxnet -lsocket -latomic In file included from netinet_tcp/TCP_NODELAY.c:1: /usr/include/netinet/tcp.h:58:9: error: unknown type name 'uint_t'; did you mean 'uint8_t'? 58 | uint_t th_x2:4, /* (unused) */ | ^~~~~~ | uint8_t /usr/include/netinet/tcp.h:64:9: error: unknown type name 'uchar_t'; did you mean 'char'? 64 | uchar_t th_flags; | ^~~~~~~ | char