[PATCH] fio: one more md5 int type fixup
authorJens Axboe <axboe@suse.de>
Mon, 5 Dec 2005 18:39:13 +0000 (19:39 +0100)
committerJens Axboe <axboe@suse.de>
Mon, 5 Dec 2005 18:39:13 +0000 (19:39 +0100)
md5.c

diff --git a/md5.c b/md5.c
index c65a8b092057902ba5d861fc4ef87c3cdc398002..cf1f814a0d63c2cee558c8049140156e90f9723c 100644 (file)
--- a/md5.c
+++ b/md5.c
@@ -2,7 +2,7 @@
  * Shamelessly lifted from the 2.6 kernel (crypto/md5.c)
  */
 #include <string.h>
-#include <asm/types.h>
+#include <stdint.h>
 #include "md5.h"
 
 static void md5_transform(uint32_t *hash, uint32_t const *in)