summaryrefslogtreecommitdiffstats
path: root/tests/xtime.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/xtime.c')
-rw-r--r--tests/xtime.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/xtime.c b/tests/xtime.c
index ea9e372..6d7716d 100644
--- a/tests/xtime.c
+++ b/tests/xtime.c
@@ -2,10 +2,13 @@
// SPDX-License-Identifier: 0BSD
#include "prelude.h"
-#include "tests.h"
-#include "xtime.h"
+
+#include "bfs.h"
#include "bfstd.h"
#include "diag.h"
+#include "tests.h"
+#include "xtime.h"
+
#include <errno.h>
#include <limits.h>
#include <stdint.h>