aboutsummaryrefslogtreecommitdiff
path: root/deskutils/kdepim44/files/patch-kioslaves_mbox-readmbox.cc
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2006-01-08 19:32:36 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2006-01-08 19:32:36 +0000
commit7710b55bc3f0d213f6344fa1a608919c44a344b5 (patch)
tree55eace3b8e7907f8b07ed3c7b0695add019fe3b0 /deskutils/kdepim44/files/patch-kioslaves_mbox-readmbox.cc
parent27f7ce2fe2b84f6569fce9b395c31ff011d9ae1a (diff)
downloadports-7710b55bc3f0d213f6344fa1a608919c44a344b5.tar.gz
ports-7710b55bc3f0d213f6344fa1a608919c44a344b5.zip
Notes
Diffstat (limited to 'deskutils/kdepim44/files/patch-kioslaves_mbox-readmbox.cc')
-rw-r--r--deskutils/kdepim44/files/patch-kioslaves_mbox-readmbox.cc22
1 files changed, 22 insertions, 0 deletions
diff --git a/deskutils/kdepim44/files/patch-kioslaves_mbox-readmbox.cc b/deskutils/kdepim44/files/patch-kioslaves_mbox-readmbox.cc
new file mode 100644
index 000000000000..7da32fe405fb
--- /dev/null
+++ b/deskutils/kdepim44/files/patch-kioslaves_mbox-readmbox.cc
@@ -0,0 +1,22 @@
+--- kioslaves/mbox/readmbox.cc.orig Sun Dec 18 15:43:49 2005
++++ kioslaves/mbox/readmbox.cc Sun Dec 18 15:58:15 2005
+@@ -16,6 +16,8 @@
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
++#include <config.h>
++
+ #include "readmbox.h"
+
+ #include "mbox.h"
+@@ -28,6 +30,10 @@
+ #include <qfileinfo.h>
+ #include <qstring.h>
+ #include <qtextstream.h>
++
++#ifdef HAVE_SYS_TYPES_H
++#include <sys/types.h>
++#endif
+
+ #include <utime.h>
+