freebsd-ports/mail/balsa/files/patch-libbalsa_mailbox_mh.c
Joe Marcus Clarke 7beeccbc3c Update to 2.2.1. Balsa 1.4.x is obsolete, and doesn't even build anymore.
This update effectively obsoletes the balsa2 port.
2004-08-06 22:49:11 +00:00

11 lines
303 B
C

--- libbalsa/mailbox_mh.c.orig Mon Jul 26 02:11:26 2004
+++ libbalsa/mailbox_mh.c Mon Jul 26 02:11:39 2004
@@ -27,6 +27,8 @@
#define _POSIX_SOURCE 1
#include <libgnome/gnome-i18n.h>
+#include <sys/types.h>
+#include <sys/stat.h>
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>