From: Jens Axboe Date: Mon, 5 Dec 2005 18:39:13 +0000 (+0100) Subject: [PATCH] fio: one more md5 int type fixup X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=bca75c0be79a423b3ff0e1d7f64ede47c150b76b;p=disktools.git [PATCH] fio: one more md5 int type fixup --- diff --git a/md5.c b/md5.c index c65a8b0..cf1f814 100644 --- a/md5.c +++ b/md5.c @@ -2,7 +2,7 @@ * Shamelessly lifted from the 2.6 kernel (crypto/md5.c) */ #include -#include +#include #include "md5.h" static void md5_transform(uint32_t *hash, uint32_t const *in)