md5_ext.c: fixed missing include

This commit is contained in:
Evgeny Grin (Karlson2k)
2024-02-04 22:35:02 +01:00
parent 2f892f4c6b
commit de33d4594e
+2
View File
@@ -22,6 +22,8 @@
* @brief Wrapper for MD5 calculation performed by TLS library
* @author Karlson2k (Evgeny Grin)
*/
#include <gnutls/crypto.h>
#include "md5_ext.h"
#include "mhd_assert.h"