]> git.pld-linux.org Git - packages/masqmail.git/commitdiff
add missing sys/stat.h for S_ISDIR macro
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 23 Sep 2018 15:13:02 +0000 (17:13 +0200)
committerAdam Gołębiowski <adamg@pld-linux.org>
Sun, 23 Sep 2018 15:13:02 +0000 (17:13 +0200)
masqmail-includes.patch [new file with mode: 0644]

diff --git a/masqmail-includes.patch b/masqmail-includes.patch
new file mode 100644 (file)
index 0000000..e480f71
--- /dev/null
@@ -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)
This page took 0.033145 seconds and 4 git commands to generate.