diff options
Diffstat (limited to 'kde-misc/krcstat/files/krcstat-0.7.3-gcc-4.7.patch')
-rw-r--r-- | kde-misc/krcstat/files/krcstat-0.7.3-gcc-4.7.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/kde-misc/krcstat/files/krcstat-0.7.3-gcc-4.7.patch b/kde-misc/krcstat/files/krcstat-0.7.3-gcc-4.7.patch new file mode 100644 index 000000000000..e111f8879c5b --- /dev/null +++ b/kde-misc/krcstat/files/krcstat-0.7.3-gcc-4.7.patch @@ -0,0 +1,10 @@ +--- src/krcstat.cpp ++++ src/krcstat.cpp +@@ -58,6 +58,7 @@ + #include <fstream> + #include <stdlib.h> + #include <errno.h> ++#include <unistd.h> + #include <sys/stat.h> + #include <sys/types.h> + |