aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/sha1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/sha1.h')
-rw-r--r--src/microhttpd/sha1.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/microhttpd/sha1.h b/src/microhttpd/sha1.h
index 3464f268..851a4429 100644
--- a/src/microhttpd/sha1.h
+++ b/src/microhttpd/sha1.h
@@ -28,7 +28,9 @@
28 28
29#include "mhd_options.h" 29#include "mhd_options.h"
30#include <stdint.h> 30#include <stdint.h>
31#include <stddef.h> /* for size_t */ 31#ifdef HAVE_STDDEF_H
32#include <stddef.h> /* for size_t */
33#endif /* HAVE_STDDEF_H */
32 34
33/** 35/**
34 * SHA-1 digest is kept internally as 5 32-bit words. 36 * SHA-1 digest is kept internally as 5 32-bit words.