X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=crc%2Fsha1.h;h=416199baffa7cbfc0f2098a1e55320a474292a1a;hb=b3ce355dc217876b762d43dff663bbb45e5da653;hp=75317f76c6f553621862073ed8d5a21dc29e1f32;hpb=11d8c1f2162665a22f493a14b4f23f02e92225c1;p=fio.git diff --git a/crc/sha1.h b/crc/sha1.h index 75317f76..416199ba 100644 --- a/crc/sha1.h +++ b/crc/sha1.h @@ -1,6 +1,8 @@ #ifndef FIO_SHA1 #define FIO_SHA1 +#include + /* * Based on the Mozilla SHA1 (see mozilla-sha1/sha1.h), * optimized to do word accesses rather than byte accesses,