move aio implementation details to a proper internal header
[musl] / src / process / _Fork.c
index 1f41197..da06386 100644 (file)
@@ -4,6 +4,7 @@
 #include "libc.h"
 #include "lock.h"
 #include "pthread_impl.h"
+#include "aio_impl.h"
 
 static void dummy(int x) { }
 weak_alias(dummy, __aio_atfork);