diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/8byte_tests.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/8byte_tests.c b/tests/8byte_tests.c index 258b8805..64554acc 100644 --- a/tests/8byte_tests.c +++ b/tests/8byte_tests.c @@ -1,6 +1,7 @@ #include <check.h> #include <stdint.h> #include <bitfield/bitfield.h> +#include <bitfield/8byte.h> START_TEST (test_large_bitmask) { |