From 0fbc74a8c7596455b1cf33e1ff8c499215e1c1e1 Mon Sep 17 00:00:00 2001 From: yenatch Date: Sat, 24 Jun 2017 19:02:02 -0400 Subject: [PATCH] Fix implicit stdint --- tools/md5.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/md5.c b/tools/md5.c index 9f6473d2c..e043e8537 100644 --- a/tools/md5.c +++ b/tools/md5.c @@ -1,6 +1,7 @@ #include #include #include +#include #include "common.h"