crc: add test.h header to test.c
authorJens Axboe <axboe@fb.com>
Thu, 3 Apr 2014 02:03:32 +0000 (20:03 -0600)
committerJens Axboe <axboe@fb.com>
Thu, 3 Apr 2014 02:03:32 +0000 (20:03 -0600)
This way the static analyzers know that there's a reason
for the exported function.

Signed-off-by: Jens Axboe <axboe@fb.com>
crc/test.c

index 174bea375136f01cefe1aa60e560bce04de875ae..2cc7c0f5fbb28dcc49c88df146dbf3172240a883 100644 (file)
@@ -18,6 +18,8 @@
 #include "../crc/sha512.h"
 #include "../crc/xxhash.h"
 
+#include "test.h"
+
 #define CHUNK          131072U
 #define NR_CHUNKS        2048U