summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Gołębiowski2018-09-23 15:13:02 (GMT)
committerAdam Gołębiowski2018-09-23 15:13:02 (GMT)
commit98c0a59b62cb8572fd9d58ce93bddde7fbd279a2 (patch)
treef46957a9698e25b7b8fc1c7c08d6a4eee1b56d0a
parentb2b5f626b9c427dfbae48c9416d906e07f57ba3a (diff)
downloadmasqmail-98c0a59b62cb8572fd9d58ce93bddde7fbd279a2.zip
masqmail-98c0a59b62cb8572fd9d58ce93bddde7fbd279a2.tar.gz
add missing sys/stat.h for S_ISDIR macro
-rw-r--r--masqmail-includes.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/masqmail-includes.patch b/masqmail-includes.patch
new file mode 100644
index 0000000..e480f71
--- /dev/null
+++ b/masqmail-includes.patch
@@ -0,0 +1,12 @@
+add missing sys/stat.h for S_ISDIR macro
+
+--- masqmail-0.2.21/src/local.c~ 2003-05-19 21:44:46.000000000 +0200
++++ masqmail-0.2.21/src/local.c 2018-09-23 17:07:45.256866939 +0200
+@@ -19,6 +19,7 @@
+ #include "masqmail.h"
+ #include "peopen.h"
+ #include <sys/wait.h>
++#include <sys/stat.h>
+
+ static
+ void message_stream(FILE *out, message *msg, GList *hdr_list, guint flags)