commit bae51cedfb4b63ae249230cb8fc1d497ff89a4ca parent 4dbd13abee7f5fb41226dd6589d6b891e1773d71 Author: User Corn <c0rn@o2.pl> Date: Fri, 2 Nov 2018 00:18:48 +0100 Fix build on FreeBSD, sys/wait.h is needed for WEXITSTATUS macro Diffstat:
| M | src/common/file-utils.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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>