diff options
Diffstat (limited to 'tests/bit.c')
-rw-r--r-- | tests/bit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bit.c b/tests/bit.c index b444e50..674d1b2 100644 --- a/tests/bit.c +++ b/tests/bit.c @@ -1,9 +1,9 @@ // Copyright © Tavian Barnes <tavianator@tavianator.com> // SPDX-License-Identifier: 0BSD +#include "prelude.h" #include "tests.h" #include "bit.h" -#include "config.h" #include "diag.h" #include <limits.h> #include <stdint.h> |