From 03439be30ff87187899944775a1c9aa3954baf72 Mon Sep 17 00:00:00 2001 From: Fl0-0 Date: Mon, 26 Nov 2018 08:11:11 +0100 Subject: [PATCH 1/1] =?utf8?q?Fix=20util.c:116:2:=20error:=20unknown=20typ?= =?utf8?q?e=20name=20=E2=80=98va=5Flist=E2=80=99=20(#722)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- client/util.c | 1 + 1 file changed, 1 insertion(+) diff --git a/client/util.c b/client/util.c index 242a8a28..423d14a0 100644 --- a/client/util.c +++ b/client/util.c @@ -16,6 +16,7 @@ #include #include #include +#include #ifdef _WIN32 #include -- 2.39.2