From af22fb7a0695e0112b4bcf1fae1729b78cbe1c10 Mon Sep 17 00:00:00 2001 From: Dmitry Frank <mail@dmitryfrank.com> Date: Thu, 23 Mar 2017 23:56:05 +0200 Subject: [PATCH] Include mg_mem.h into str_util PUBLISHED_FROM=990564aa54946b2a5b52d3a9c31f80b8e93c6b44 --- mongoose.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mongoose.c b/mongoose.c index fd1068ed4..611b50a49 100644 --- a/mongoose.c +++ b/mongoose.c @@ -1469,6 +1469,7 @@ void cs_hmac_sha1(const unsigned char *key, size_t keylen, #ifndef EXCLUDE_COMMON +/* Amalgamated: #include "common/mg_mem.h" */ /* Amalgamated: #include "common/platform.h" */ /* Amalgamated: #include "common/str_util.h" */ -- GitLab