aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/md5.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/md5.h')
-rw-r--r--src/microhttpd/md5.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/microhttpd/md5.h b/src/microhttpd/md5.h
index 6c2a33f5..14cee305 100644
--- a/src/microhttpd/md5.h
+++ b/src/microhttpd/md5.h
@@ -20,7 +20,9 @@
20 20
21#include "mhd_options.h" 21#include "mhd_options.h"
22#include <stdint.h> 22#include <stdint.h>
23#ifdef HAVE_STDDEF_H
23#include <stddef.h> 24#include <stddef.h>
25#endif /* HAVE_STDDEF_H */
24 26
25#define MD5_BLOCK_SIZE 64 27#define MD5_BLOCK_SIZE 64
26#define MD5_DIGEST_SIZE 16 28#define MD5_DIGEST_SIZE 16