Needed to fix "implicit declaration of function ‘waitpid’" warning introduced after merging asload-0.9.4. --- wmload/wmload.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/wmload/wmload.c b/wmload/wmload.c index 893856b..5713d7f 100644 --- a/wmload/wmload.c +++ b/wmload/wmload.c @@ -4,6 +4,7 @@ #include <stdlib.h> #include <ctype.h> #include <errno.h> +#include <sys/wait.h> #include <X11/Xlib.h> #include <X11/xpm.h> -- 2.1.0 -- To unsubscribe, send mail to [email protected].
