summaryrefslogtreecommitdiff
path: root/mail/masqmail-devel/files/patch-local.c
blob: ca041fc74177122995290016e7d4250f89e4ee93 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- src/local.c.old	Fri Apr 30 15:32:04 2004
+++ src/local.c	Fri Apr 30 15:34:23 2004
@@ -19,6 +19,9 @@
 #include "masqmail.h"
 #include "peopen.h"
 #include <sys/wait.h>
+#ifdef ENABLE_MAILDIR
+#include <sys/stat.h>
+#endif
 
 static
 void message_stream(FILE *out, message *msg, GList *hdr_list, guint flags)