Fix build with gcc 4.4

Submitted by:	avg@ via mail
This commit is contained in:
Max Brazhnikov 2010-10-06 19:25:17 +00:00
parent 76fdb9acff
commit f59fdb0f78
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=262534

View File

@ -0,0 +1,10 @@
--- ./src/knemod/backends/bsdbackend.cpp.orig 2010-08-28 03:59:37.000000000 +0400
+++ ./src/knemod/backends/bsdbackend.cpp 2010-10-03 18:39:22.262318381 +0400
@@ -52,6 +52,7 @@
#include <KLocale>
#include <kio/global.h>
#include <stdio.h>
+#include <unistd.h>
#ifdef __GLIBC__
#include <unistd.h>