aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/test_md5.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/test_md5.c')
-rw-r--r--src/microhttpd/test_md5.c1
1 files changed, 1 insertions, 0 deletions
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 @@
26#include "mhd_options.h" 26#include "mhd_options.h"
27#include "md5.h" 27#include "md5.h"
28#include "test_helpers.h" 28#include "test_helpers.h"
29#include <stdio.h>
29 30
30static int verbose = 0; /* verbose level (0-1)*/ 31static int verbose = 0; /* verbose level (0-1)*/
31 32