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/stats.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/core/stats.c') diff --git a/src/core/stats.c b/src/core/stats.c index f01f642e..34ff2224 100644 --- a/src/core/stats.c +++ b/src/core/stats.c @@ -11,9 +11,11 @@ #include #include -#include "core/defs.h" -#include "core/nng_impl.h" -#include "nng/nng.h" +#include "defs.h" +#include "platform.h" +#include "stats.h" +#include "strs.h" +#include "thread.h" typedef struct nng_stat nni_stat; -- cgit v1.2.3-70-g09d2