diff options
Diffstat (limited to 'tests/trie.c')
-rw-r--r-- | tests/trie.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/trie.c b/tests/trie.c index f380613..41b729e 100644 --- a/tests/trie.c +++ b/tests/trie.c @@ -2,9 +2,12 @@ // SPDX-License-Identifier: 0BSD #include "prelude.h" + +#include "bfs.h" +#include "diag.h" #include "tests.h" #include "trie.h" -#include "diag.h" + #include <stdlib.h> #include <string.h> |