test_md5.c: added missing include

This commit is contained in:
Evgeny Grin (Karlson2k)
2019-04-21 16:40:53 +03:00
parent 436bf9cdf9
commit 8928b32ebc
+1
View File
@@ -26,6 +26,7 @@
#include "mhd_options.h"
#include "md5.h"
#include "test_helpers.h"
#include <stdio.h>
static int verbose = 0; /* verbose level (0-1)*/