move aio implementation details to a proper internal header
[musl] / src / unistd / close.c
index 5b38e01..a2105f5 100644 (file)
@@ -1,5 +1,6 @@
 #include <unistd.h>
 #include <errno.h>
+#include "aio_impl.h"
 #include "syscall.h"
 
 static int dummy(int fd)