aboutsummaryrefslogtreecommitdiffstats
path: root/testing/kdelibs/fix-headers-kdelibs.patch
diff options
context:
space:
mode:
authorLinux User <se@alpine-desktop.my.domain>2014-10-16 19:52:25 +0400
committerNatanael Copa <ncopa@alpinelinux.org>2014-10-17 13:52:16 +0000
commit9085b73f09d41af164193a3e0b5e22fcce80d503 (patch)
tree5d2e5fa503bf2540ddeed992a4aba407ffa24649 /testing/kdelibs/fix-headers-kdelibs.patch
parent276617c77708f50d68ba9b4c87a866399ddd7250 (diff)
downloadaports-9085b73f09d41af164193a3e0b5e22fcce80d503.tar.bz2
aports-9085b73f09d41af164193a3e0b5e22fcce80d503.tar.xz
Added KDE core packages
Diffstat (limited to 'testing/kdelibs/fix-headers-kdelibs.patch')
-rw-r--r--testing/kdelibs/fix-headers-kdelibs.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/testing/kdelibs/fix-headers-kdelibs.patch b/testing/kdelibs/fix-headers-kdelibs.patch
new file mode 100644
index 0000000000..91b7a5f409
--- /dev/null
+++ b/testing/kdelibs/fix-headers-kdelibs.patch
@@ -0,0 +1,22 @@
+--- a/solid/solid/backends/udisks2/udisksblock.h
++++ b/solid/solid/backends/udisks2/udisksblock.h
+@@ -21,6 +21,7 @@
+ #ifndef UDISKS2BLOCK_H
+ #define UDISKS2BLOCK_H
+
++#include <sys/types.h>
+ #include <solid/ifaces/block.h>
+ #include "udisksdeviceinterface.h"
+
+--- a/kdecore/io/kdirwatch_p.h
++++ b/kdecore/io/kdirwatch_p.h
+@@ -64,7 +64,8 @@
+ #endif
+
+ #include <sys/time.h>
+-#include <sys/param.h> // ino_t
++#include <sys/param.h> // ino_t , but not there !!
++#include <sys/types.h> // maybe, here ?
+ #include <ctime>
+
+