diff options
| author | Garrett D'Amore <garrett@damore.org> | 2025-10-10 21:12:43 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2025-10-10 21:12:43 -0700 |
| commit | 553ed74c7ae8a1bb79ade90ec8a3fab92a8a34a7 (patch) | |
| tree | 6fbaad5777a34ef0c8a24cc60b135f6fe515dfb5 /src/core | |
| parent | ea65f9503c80c33fb236703a7e81747bcb94666b (diff) | |
| download | nng-553ed74c7ae8a1bb79ade90ec8a3fab92a8a34a7.tar.gz nng-553ed74c7ae8a1bb79ade90ec8a3fab92a8a34a7.tar.bz2 nng-553ed74c7ae8a1bb79ade90ec8a3fab92a8a34a7.zip | |
nng_aio_finish should take nng_err rather than int
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/nng_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
