x86_64-managarm-gcc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations mqueue/mq_timedsend.c -o mqueue/mq_timedsend -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lintl -liconv mqueue/mq_timedsend.c:6:33: error: unknown type name ‘size_t’ 6 | int (*foo)(mqd_t, const char *, size_t, unsigned, const struct timespec *) = mq_timedsend; | ^~~~~~ mqueue/mq_timedsend.c:3:1: note: ‘size_t’ is defined in header ‘’; this is probably fixable by adding ‘#include ’ 2 | #include +++ |+#include 3 | #ifdef mq_timedsend