From 3a611864912da4e4d18d5fed2e0b0a60fb4352d3 Mon Sep 17 00:00:00 2001
From: Sergey Lyubka <lsm@cesanta.com>
Date: Tue, 22 Nov 2016 18:11:35 +0200
Subject: [PATCH] Ubreak v7 build - add missing includes

PUBLISHED_FROM=01d691c9e06486cab0903b8db98e56fffc3fb234
---
 mongoose.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mongoose.c b/mongoose.c
index 808300056..1ce022752 100644
--- a/mongoose.c
+++ b/mongoose.c
@@ -817,6 +817,7 @@ double cs_time(void) {
  */
 
 /* Amalgamated: #include "common/md5.h" */
+/* Amalgamated: #include "common/str_util.h" */
 
 #if !defined(EXCLUDE_COMMON)
 #if !DISABLE_MD5
-- 
GitLab