diff options
| author | Garrett D'Amore <garrett@damore.org> | 2025-10-11 06:50:54 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2025-10-11 06:50:54 -0700 |
| commit | 2f24a1b1c93b8c45dce391ed0439131f9ad8cf28 (patch) | |
| tree | 51065064cec7f35b900291fb2a101b7dbe3b6826 /src/core/stats.c | |
| parent | b98e03b26bfc593326bd7c1d56fd69626f6a93cb (diff) | |
| download | nng-2f24a1b1c93b8c45dce391ed0439131f9ad8cf28.tar.gz nng-2f24a1b1c93b8c45dce391ed0439131f9ad8cf28.tar.bz2 nng-2f24a1b1c93b8c45dce391ed0439131f9ad8cf28.zip | |
fix includes for core
Diffstat (limited to 'src/core/stats.c')
| -rw-r--r-- | src/core/stats.c | 8 |
1 files changed, 5 insertions, 3 deletions
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 <stdio.h> #include <string.h> -#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; |
