diff options
Diffstat (limited to 'mail/balsa/files/patch-libbalsa_mailbox_mh.c')
-rw-r--r-- | mail/balsa/files/patch-libbalsa_mailbox_mh.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/balsa/files/patch-libbalsa_mailbox_mh.c b/mail/balsa/files/patch-libbalsa_mailbox_mh.c new file mode 100644 index 000000000..7266a6867 --- /dev/null +++ b/mail/balsa/files/patch-libbalsa_mailbox_mh.c @@ -0,0 +1,11 @@ +--- 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> |