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