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/thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/thread.c') diff --git a/src/core/thread.c b/src/core/thread.c index 15baab04..7da8911c 100644 --- a/src/core/thread.c +++ b/src/core/thread.c @@ -7,7 +7,7 @@ // found online at https://opensource.org/licenses/MIT. // -#include "core/nng_impl.h" +#include "thread.h" void nni_mtx_init(nni_mtx *mtx) -- cgit v1.2.3-70-g09d2