From 551aa0ee996132e443b5d12cbb6f114ac9aabcd3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jaroslav=20=C5=A0karvada?= Date: Mon, 3 Jul 2017 18:24:32 +0200 Subject: [PATCH] staging: compilation fix with new gcc MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jaroslav Škarvada --- staging/mz.h | 1 + 1 file changed, 1 insertion(+) diff --git a/staging/mz.h b/staging/mz.h index 5ed05a75..aa2c36fc 100644 --- a/staging/mz.h +++ b/staging/mz.h @@ -40,6 +40,7 @@ #include #include #include +#include extern int verbose_level; -- 2.11.4.GIT