diff options
author | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-01-07 00:07:11 -0500 |
---|---|---|
committer | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-01-07 00:07:11 -0500 |
commit | 7f1d5473842361f97fef886bc4e98949ecf853b6 (patch) | |
tree | c54ace92b5603b6f1ba3b3f8110339b15e2a51da /tests | |
parent | 05e7cb6cfd0929046abe0ea44bab7a43d7f6d0d2 (diff) |
Enable warnings when compiling and fix a few.
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) { |