summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2019-12-11 14:00:53 +0100
committerSlávek Banko <slavek.banko@axis.cz>2019-12-11 14:00:53 +0100
commitda15dfe6d7ec8cd62964b99e56200a8adc7c8bf5 (patch)
treec1b09666dac9fc5c0490191266cfcefbc556b9d6
parentada7ac563455d1948f5d254d594bf7803cb77ee1 (diff)
downloadtqt3-da15dfe6.tar.gz
tqt3-da15dfe6.zip
Fix FTBFS when building with musl libc.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--src/tools/qdir_unix.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/qdir_unix.cpp b/src/tools/qdir_unix.cpp
index 7e23fca7..dcf01a86 100644
--- a/src/tools/qdir_unix.cpp
+++ b/src/tools/qdir_unix.cpp
@@ -55,6 +55,7 @@
#include <stdlib.h>
#include <limits.h>
#include <errno.h>
+#include <sys/param.h>
void TQDir::slashify( TQString& )