gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] branch master updated: sha256.h: added miss


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: sha256.h: added missed include
Date: Fri, 19 Apr 2019 09:05:43 +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 5cfc0390 sha256.h: added missed include
5cfc0390 is described below

commit 5cfc039007e87953a8203fbba5a92e0267f93685
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Fri Apr 19 10:05:24 2019 +0300

    sha256.h: added missed include
---
 src/microhttpd/sha256.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/microhttpd/sha256.h b/src/microhttpd/sha256.h
index 77064c7c..8e6a9414 100644
--- a/src/microhttpd/sha256.h
+++ b/src/microhttpd/sha256.h
@@ -28,6 +28,7 @@
 
 #include "mhd_options.h"
 #include <stdint.h>
+#include <stddef.h>
 
 /**
  *  Digest is kept internally as 8 32-bit words.

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



reply via email to

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