cc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations endian/uint32_t.c -o endian/uint32_t -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lcrypt -latomic endian/uint32_t.c:2:1: error: unknown type name ‘uint32_t’ 2 | uint32_t* foo; | ^~~~~~~~ endian/uint32_t.c:2:1: note: ‘uint32_t’ is defined in header ‘’; did you forget to ‘#include ’? 1 | #include +++ |+#include 2 | uint32_t* foo;