ref: 0fbc74a8c7596455b1cf33e1ff8c499215e1c1e1
parent: 44baefce065e05e276ae4adcec28a4f78fe78d82
author: yenatch <yenatch@gmail.com>
date: Sat Jun 24 15:02:02 EDT 2017
Fix implicit stdint
--- a/tools/md5.c
+++ b/tools/md5.c
@@ -1,6 +1,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <stdint.h>
#include "common.h"