diff options
Diffstat (limited to 'src/microhttpd/md5_ext.c')
-rw-r--r-- | src/microhttpd/md5_ext.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/microhttpd/md5_ext.c b/src/microhttpd/md5_ext.c index 8ab69c17..5b33becd 100644 --- a/src/microhttpd/md5_ext.c +++ b/src/microhttpd/md5_ext.c | |||
@@ -22,6 +22,8 @@ | |||
22 | * @brief Wrapper for MD5 calculation performed by TLS library | 22 | * @brief Wrapper for MD5 calculation performed by TLS library |
23 | * @author Karlson2k (Evgeny Grin) | 23 | * @author Karlson2k (Evgeny Grin) |
24 | */ | 24 | */ |
25 | |||
26 | #include <gnutls/crypto.h> | ||
25 | #include "md5_ext.h" | 27 | #include "md5_ext.h" |
26 | #include "mhd_assert.h" | 28 | #include "mhd_assert.h" |
27 | 29 | ||