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