aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/sha256.h
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2019-04-19 10:05:24 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2019-04-19 10:05:24 +0300
commit5cfc039007e87953a8203fbba5a92e0267f93685 (patch)
tree069ae557885b1b691200ce3286a1fdfc7e5a9aee /src/microhttpd/sha256.h
parent8d1a7ede98a1bb22132c34e115e58fcb49e0e610 (diff)
downloadlibmicrohttpd-5cfc039007e87953a8203fbba5a92e0267f93685.tar.gz
libmicrohttpd-5cfc039007e87953a8203fbba5a92e0267f93685.zip
sha256.h: added missed include
Diffstat (limited to 'src/microhttpd/sha256.h')
-rw-r--r--src/microhttpd/sha256.h1
1 files changed, 1 insertions, 0 deletions
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 @@
28 28
29#include "mhd_options.h" 29#include "mhd_options.h"
30#include <stdint.h> 30#include <stdint.h>
31#include <stddef.h>
31 32
32/** 33/**
33 * Digest is kept internally as 8 32-bit words. 34 * Digest is kept internally as 8 32-bit words.