diff --git a/mongoose.c b/mongoose.c index b0860cfc..2a8ee3d5 100644 --- a/mongoose.c +++ b/mongoose.c @@ -308,6 +308,7 @@ static const char *http_500_error = "Internal Server Error"; #if defined(NO_SSL_DL) #include +#include #else // SSL loaded dynamically from DLL. // I put the prototypes here to be independent from OpenSSL source installation.