libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 8928b32ebce4932b03c1ce0068e50c440ea54cbf
parent 436bf9cdf960fd5ca5c8b5d07a6eb372070b21d7
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Sun, 21 Apr 2019 16:40:53 +0300

test_md5.c: added missing include

Diffstat:
Msrc/microhttpd/test_md5.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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 <stdio.h> static int verbose = 0; /* verbose level (0-1)*/