summaryrefslogtreecommitdiffstats
path: root/tests/list.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/list.c')
-rw-r--r--tests/list.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/list.c b/tests/list.c
index 822077e..820fbe4 100644
--- a/tests/list.c
+++ b/tests/list.c
@@ -2,8 +2,10 @@
// SPDX-License-Identifier: 0BSD
#include "prelude.h"
-#include "tests.h"
+
+#include "bfs.h"
#include "list.h"
+#include "tests.h"
struct item {
int n;