From a2af09f90b86378dd5cb65a55465fe61e951e9f9 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Fri, 10 Oct 2025 21:14:18 -0700 Subject: aio.c - include file fixes --- src/core/aio.c | 5 ++++- src/core/aio_test.c | 4 +--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/core/aio.c b/src/core/aio.c index 510e568a..5b0ac6dc 100644 --- a/src/core/aio.c +++ b/src/core/aio.c @@ -9,8 +9,11 @@ // #include "aio.h" -#include "nng_impl.h" +#include "defs.h" +#include "message.h" +#include "reap.h" #include "taskq.h" + #include struct nni_aio_expire_q { diff --git a/src/core/aio_test.c b/src/core/aio_test.c index 99060349..9e1fcd35 100644 --- a/src/core/aio_test.c +++ b/src/core/aio_test.c @@ -8,9 +8,7 @@ // found online at https://opensource.org/licenses/MIT. // -#include - -#include "nuts.h" +#include "../testing/nuts.h" static void cb_done(void *p) -- cgit v1.2.3-70-g09d2