gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [libmicrohttpd] branch master updated: test_md5.c: added mi


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: test_md5.c: added missing include
Date: Sun, 21 Apr 2019 15:41:09 +0200

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new 8928b32e test_md5.c: added missing include
8928b32e is described below

commit 8928b32ebce4932b03c1ce0068e50c440ea54cbf
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Sun Apr 21 16:40:53 2019 +0300

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

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]