From 5cfc039007e87953a8203fbba5a92e0267f93685 Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Fri, 19 Apr 2019 10:05:24 +0300 Subject: sha256.h: added missed include --- src/microhttpd/sha256.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/microhttpd/sha256.h') 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 +#include /** * Digest is kept internally as 8 32-bit words. -- cgit v1.2.3