diff options
author | Slávek Banko <[email protected]> | 2019-12-11 14:00:53 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-12-11 14:00:53 +0100 |
commit | da15dfe6d7ec8cd62964b99e56200a8adc7c8bf5 (patch) | |
tree | c1b09666dac9fc5c0490191266cfcefbc556b9d6 | |
parent | ada7ac563455d1948f5d254d594bf7803cb77ee1 (diff) | |
download | tqt3-da15dfe6d7ec8cd62964b99e56200a8adc7c8bf5.tar.gz tqt3-da15dfe6d7ec8cd62964b99e56200a8adc7c8bf5.zip |
Fix FTBFS when building with musl libc.
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r-- | src/tools/qdir_unix.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/qdir_unix.cpp b/src/tools/qdir_unix.cpp index 7e23fca7b..dcf01a861 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& ) |