Fix unamalgamated build

This commit is contained in:
Sergey Lyubka 2022-07-28 10:33:44 +01:00
parent 02943a1082
commit a2289a0625
2 changed files with 2 additions and 0 deletions

View File

@ -5014,6 +5014,7 @@ size_t mg_tls_pending(struct mg_connection *c) {
#if MG_ENABLE_MBEDTLS #if MG_ENABLE_MBEDTLS
#if defined(MBEDTLS_VERSION_NUMBER) && MBEDTLS_VERSION_NUMBER >= 0x03000000 #if defined(MBEDTLS_VERSION_NUMBER) && MBEDTLS_VERSION_NUMBER >= 0x03000000

View File

@ -1,3 +1,4 @@
#include "fmt.h"
#include "fs.h" #include "fs.h"
#include "tls.h" #include "tls.h"