From 553ed74c7ae8a1bb79ade90ec8a3fab92a8a34a7 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Fri, 10 Oct 2025 21:12:43 -0700 Subject: nng_aio_finish should take nng_err rather than int --- src/core/nng_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/nng_impl.h') diff --git a/src/core/nng_impl.h b/src/core/nng_impl.h index ef15ee45..0fd33fbd 100644 --- a/src/core/nng_impl.h +++ b/src/core/nng_impl.h @@ -10,7 +10,7 @@ #ifndef CORE_NNG_IMPL_H #define CORE_NNG_IMPL_H -#include "nng/nng.h" +#include "../../include/nng/nng.h" // Internal implementation things for NNG, common definitions, etc. // All internal modules wind up including this file to avoid having -- cgit v1.2.3-70-g09d2