From 2f24a1b1c93b8c45dce391ed0439131f9ad8cf28 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sat, 11 Oct 2025 06:50:54 -0700 Subject: fix includes for core --- src/core/taskq.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/core/taskq.c') diff --git a/src/core/taskq.c b/src/core/taskq.c index 6b089767..d8a933ac 100644 --- a/src/core/taskq.c +++ b/src/core/taskq.c @@ -8,8 +8,9 @@ // found online at https://opensource.org/licenses/MIT. // -#include "core/nng_impl.h" -#include "nng/nng.h" +#include "taskq.h" +#include "defs.h" +#include "thread.h" typedef struct nni_taskq_thr nni_taskq_thr; struct nni_taskq_thr { -- cgit v1.2.3-70-g09d2