diff options
author | Linux User <se@alpine-desktop.my.domain> | 2014-10-16 19:52:25 +0400 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-10-17 13:52:16 +0000 |
commit | 9085b73f09d41af164193a3e0b5e22fcce80d503 (patch) | |
tree | 5d2e5fa503bf2540ddeed992a4aba407ffa24649 /testing/kde-workspace/fix-headers-4.11.11.patch | |
parent | 276617c77708f50d68ba9b4c87a866399ddd7250 (diff) | |
download | aports-9085b73f09d41af164193a3e0b5e22fcce80d503.tar.bz2 aports-9085b73f09d41af164193a3e0b5e22fcce80d503.tar.xz |
Added KDE core packages
Diffstat (limited to 'testing/kde-workspace/fix-headers-4.11.11.patch')
-rw-r--r-- | testing/kde-workspace/fix-headers-4.11.11.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/kde-workspace/fix-headers-4.11.11.patch b/testing/kde-workspace/fix-headers-4.11.11.patch new file mode 100644 index 0000000000..32813a0cb0 --- /dev/null +++ b/testing/kde-workspace/fix-headers-4.11.11.patch @@ -0,0 +1,10 @@ +--- kde-workspace-4.11.11/ksysguard/ksysguardd/Linux/netstat.c.orig ++++ kde-workspace-4.11.11/ksysguard/ksysguardd/Linux/netstat.c +@@ -26,6 +26,7 @@ + #include <stdlib.h> + #include <string.h> + #include <time.h> ++#include <sys/types.h> + + #include "ksysguardd.h" + #include "Command.h" |