commit 5cfc039007e87953a8203fbba5a92e0267f93685 parent 8d1a7ede98a1bb22132c34e115e58fcb49e0e610 Author: Evgeny Grin (Karlson2k) <k2k@narod.ru> Date: Fri, 19 Apr 2019 10:05:24 +0300 sha256.h: added missed include Diffstat:
| M | src/microhttpd/sha256.h | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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.