aboutsummaryrefslogtreecommitdiff
path: root/src/core/stats.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/stats.c')
-rw-r--r--src/core/stats.c8
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;