diff options
Diffstat (limited to 'src/aio/aio.c')
-rw-r--r-- | src/aio/aio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/aio/aio.c b/src/aio/aio.c index f59679c3..b488e3d6 100644 --- a/src/aio/aio.c +++ b/src/aio/aio.c @@ -9,6 +9,7 @@ #include "syscall.h" #include "atomic.h" #include "pthread_impl.h" +#include "aio_impl.h" /* The following is a threads-based implementation of AIO with minimal * dependence on implementation details. Most synchronization is |