[Commits] [SCM] claws branch, master, updated. 3.17.0-143-gbae51ce

pawel at claws-mail.org pawel at claws-mail.org
Thu Nov 1 23:22:11 CET 2018


The branch, master has been updated
       via  bae51cedfb4b63ae249230cb8fc1d497ff89a4ca (commit)
      from  4dbd13abee7f5fb41226dd6589d6b891e1773d71 (commit)

Summary of changes:
 src/common/file-utils.c |    1 +
 1 file changed, 1 insertion(+)


- Log -----------------------------------------------------------------
commit bae51cedfb4b63ae249230cb8fc1d497ff89a4ca
Author: User Corn <c0rn at o2.pl>
Date:   Fri Nov 2 00:18:48 2018 +0100

    Fix build on FreeBSD, sys/wait.h is needed for WEXITSTATUS macro

diff --git a/src/common/file-utils.c b/src/common/file-utils.c
index f7e2da7..e2fe50a 100644
--- a/src/common/file-utils.c
+++ b/src/common/file-utils.c
@@ -21,6 +21,7 @@
 #include "claws-features.h"
 #endif
 
+#include <sys/wait.h>
 #include <errno.h>
 #include <stdio.h>
 #include <unistd.h>

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list