cc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations endian/uint16_t.c -o endian/uint16_t -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lintl -liconv endian/uint16_t.c:2:1: error: unknown type name ‘uint16_t’ 2 | uint16_t* foo; | ^~~~~~~~ endian/uint16_t.c:2:1: note: ‘uint16_t’ is defined in header ‘’; this is probably fixable by adding ‘#include ’ 1 | #include +++ |+#include 2 | uint16_t* foo;