summaryrefslogtreecommitdiff
path: root/kde-misc/kio-locate/files/kio-locate-0.5.3-gcc-4.7.patch
blob: 4ce83264d69a319eb9b744e48b2e28f5a6d3d67c (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/locater.h
+++ b/locater.h
@@ -31,6 +31,8 @@
 #ifndef LOCATER_H
 #define LOCATER_H
 
+#include <unistd.h>
+
 #include <QObject>
 #include <QStringList>
 #include <KProcess>