11 lines
298 B
Diff
11 lines
298 B
Diff
--- thirdparty/qzip/qzip.cpp.orig 2016-05-04 08:15:01.114917257 +0200
|
|
+++ thirdparty/qzip/qzip.cpp 2016-05-04 08:15:46.658813872 +0200
|
|
@@ -77,6 +77,7 @@
|
|
# define S_IWOTH 0002
|
|
# define S_IXOTH 0001
|
|
#else
|
|
+#include <sys/stat.h>
|
|
// # ifndef S_IFDIR
|
|
// # define S_IFDIR 0040000
|
|
// # endif
|