cc -O2 -pipe -pthread -Wall -Wextra -Werror=implicit-function-declaration aio/aio_write.c -o aio/aio_write -D_GNU_SOURCE -D_BSD_SOURCE -D_ALL_SOURCE -D_DEFAULT_SOURCE -lm -lpthread aio/aio_write.c:3:10: fatal error: 'aio.h' file not found 3 | #include | ^~~~~~~ 1 error generated.