X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=crc%2Fsha256.h;h=b904c7d1d3d031660542565910f024f261fe5f1b;hb=1b412cb45ceb198b881e6c724f11daf28e831977;hp=b6360336d2f5a0a661627b9d7c0c6b93e19aed9f;hpb=f99d67f932abef4b282a394200e90b3180f54802;p=fio.git diff --git a/crc/sha256.h b/crc/sha256.h index b6360336..b904c7d1 100644 --- a/crc/sha256.h +++ b/crc/sha256.h @@ -1,6 +1,8 @@ #ifndef FIO_SHA256_H #define FIO_SHA256_H +#include + #define SHA256_DIGEST_SIZE 32 #define SHA256_BLOCK_SIZE 64