X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=crc%2Fsha1.h;h=416199baffa7cbfc0f2098a1e55320a474292a1a;hb=55bfd8c81c25d7953b4d6f9320e46af5cb790b0c;hp=75317f76c6f553621862073ed8d5a21dc29e1f32;hpb=64666f8fe2242cbe4d804df2305924a9e43e8699;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,