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/args_test.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/core/args_test.c') diff --git a/src/core/args_test.c b/src/core/args_test.c index 5139fece..f7e69d83 100644 --- a/src/core/args_test.c +++ b/src/core/args_test.c @@ -8,9 +8,8 @@ // found online at https://opensource.org/licenses/MIT. // -#include -#include -#include +#include "../include/nng/args.h" +#include "../testing/nuts.h" static nng_arg_spec case1[] = { // clang-format off -- cgit v1.2.3-70-g09d2