From af2dfa97d8b620884dfcfb1ab63d045165c8e2ff Mon Sep 17 00:00:00 2001 From: Fl0-0 Date: Mon, 26 Nov 2018 07:49:44 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20util.c:116:2:=20error:=20unknown=20type?= =?UTF-8?q?=20name=20=E2=80=98va=5Flist=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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