aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.