aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorChristopher Peplin <chris.peplin@rhubarbtech.com>2014-01-07 00:07:11 -0500
committerChristopher Peplin <chris.peplin@rhubarbtech.com>2014-01-07 00:07:11 -0500
commit7f1d5473842361f97fef886bc4e98949ecf853b6 (patch)
treec54ace92b5603b6f1ba3b3f8110339b15e2a51da /tests
parent05e7cb6cfd0929046abe0ea44bab7a43d7f6d0d2 (diff)
Enable warnings when compiling and fix a few.
Diffstat (limited to 'tests')
-rw-r--r--tests/8byte_tests.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/8byte_tests.c b/tests/8byte_tests.c
index 258b880..64554ac 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)
{