From b90f9cb6ca34cd66f00aee1615153c88c5888452 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 11 Dec 2019 14:00:53 +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 (cherry picked from commit da15dfe6d7ec8cd62964b99e56200a8adc7c8bf5) --- 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 b66416e8..c721772a 100644 --- a/src/tools/qdir_unix.cpp +++ b/src/tools/qdir_unix.cpp @@ -55,6 +55,7 @@ #include #include #include +#include void TQDir::slashify( TQString& )