From: Jens Axboe Date: Thu, 3 Apr 2014 02:03:32 +0000 (-0600) Subject: crc: add test.h header to test.c X-Git-Tag: fio-2.1.8~17 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=ea1f1da3959dac74093013f4bb20320f97000219;ds=sidebyside crc: add test.h header to test.c This way the static analyzers know that there's a reason for the exported function. Signed-off-by: Jens Axboe --- diff --git a/crc/test.c b/crc/test.c index 174bea37..2cc7c0f5 100644 --- a/crc/test.c +++ b/crc/test.c @@ -18,6 +18,8 @@ #include "../crc/sha512.h" #include "../crc/xxhash.h" +#include "test.h" + #define CHUNK 131072U #define NR_CHUNKS 2048U