summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-misc/kio-locate/files/kio-locate-0.5.3-gcc-4.7.patch')
-rw-r--r--kde-misc/kio-locate/files/kio-locate-0.5.3-gcc-4.7.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/kde-misc/kio-locate/files/kio-locate-0.5.3-gcc-4.7.patch b/kde-misc/kio-locate/files/kio-locate-0.5.3-gcc-4.7.patch
new file mode 100644
index 000000000000..9af2bc1e8bd5
--- /dev/null
+++ b/kde-misc/kio-locate/files/kio-locate-0.5.3-gcc-4.7.patch
@@ -0,0 +1,11 @@
+--- locater.h
++++ locater.h
+@@ -31,6 +31,8 @@
+ #ifndef LOCATER_H
+ #define LOCATER_H
+
++#include <unistd.h>
++
+ #include <QObject>
+ #include <QStringList>
+ #include <KProcess>