commit 71b0a50c5040f68443e9973ef99e89d7686729dd parent 826a31268e607d1edc365bfa51e000ce93fce40a 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>