From 8928b32ebce4932b03c1ce0068e50c440ea54cbf Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Sun, 21 Apr 2019 16:40:53 +0300 Subject: [PATCH] test_md5.c: added missing include --- src/microhttpd/test_md5.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/microhttpd/test_md5.c b/src/microhttpd/test_md5.c index 38c1e8b9..a57fc83e 100644 --- a/src/microhttpd/test_md5.c +++ b/src/microhttpd/test_md5.c @@ -26,6 +26,7 @@ #include "mhd_options.h" #include "md5.h" #include "test_helpers.h" +#include static int verbose = 0; /* verbose level (0-1)*/