From bca75c0be79a423b3ff0e1d7f64ede47c150b76b Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Mon, 5 Dec 2005 19:39:13 +0100 Subject: [PATCH] [PATCH] fio: one more md5 int type fixup --- md5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.25.1