From 40078adb6a8c30c177858e3eb21b074c5b49521a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 11 Dec 2019 14:02:51 +0100 Subject: [PATCH] Fix FTBFS when building with musl libc. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- src/tools/qdir_unix.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tools/qdir_unix.cpp b/src/tools/qdir_unix.cpp index c58741a..40ce5e0 100644 --- a/src/tools/qdir_unix.cpp +++ b/src/tools/qdir_unix.cpp @@ -55,6 +55,7 @@ #include #include #include +#include void QDir::slashify( QString& )