diff options
Diffstat (limited to 'src/core/stats_test.c')
| -rw-r--r-- | src/core/stats_test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/stats_test.c b/src/core/stats_test.c index 8912d44e..6f1e343d 100644 --- a/src/core/stats_test.c +++ b/src/core/stats_test.c @@ -8,9 +8,9 @@ // found online at https://opensource.org/licenses/MIT. // -#include <nuts.h> +#include "../testing/nuts.h" -#define SECONDS(x) ((x) *1000) +#define SECONDS(x) ((x) * 1000) void test_stats_socket(void) |
