From ea1f1da3959dac74093013f4bb20320f97000219 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Wed, 2 Apr 2014 20:03:32 -0600 Subject: [PATCH] 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 --- crc/test.c | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.25.1