cc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations spawn/posix_spawnattr_t.c -o spawn/posix_spawnattr_t -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lintl -liconv spawn/posix_spawnattr_t.c:2:10: fatal error: spawn.h: No such file or directory 2 | #include | ^~~~~~~~~ compilation terminated.