summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2005-06-10 11:54:51 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2005-06-10 11:54:51 +0000
commit70546f0085fed2e5a66cb2387c39c4d90bc80080 (patch)
treee0bab6d3449ef2cf4436a4b229bcd3e385f1eda7 /news
parent- Update to 0.5. (diff)
Fix build on 4.x
Submitted by: pointyhat
Notes
Notes: svn path=/head/; revision=137178
Diffstat (limited to 'news')
-rw-r--r--news/knzb/files/patch-downloadmanager.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/news/knzb/files/patch-downloadmanager.cpp b/news/knzb/files/patch-downloadmanager.cpp
new file mode 100644
index 000000000000..089362ca0e92
--- /dev/null
+++ b/news/knzb/files/patch-downloadmanager.cpp
@@ -0,0 +1,11 @@
+--- knzb/downloadmanager.cpp.orig Fri Jun 10 13:41:59 2005
++++ knzb/downloadmanager.cpp Fri Jun 10 13:43:24 2005
+@@ -15,6 +15,8 @@
+ * *
+ ***************************************************************************/
+
++#include <unistd.h>
++
+ #include <qfile.h>
+ #include <qstringlist.h>
+ #include <qptrlist.h>