cc -pthread   -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations aio/struct-timespec.c -o aio/struct-timespec -D_POSIX_C_SOURCE=202405L -lm -lpthread  -lgdbm_compat -lintl -lnetwork -lbsd -latomic
aio/struct-timespec.c:1:10: fatal error: aio.h: No such file or directory
    1 | #include <aio.h>
      |          ^~~~~~~
compilation terminated.
