[Pkg-wmaker-commits] [wmload] 19/58: wmload: Include sys/wait.h.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Mon Aug 24 23:36:20 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmload.

commit b0cbbd640d75273a8bbf0f19f0f2f3e01036c990
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Tue Apr 7 02:45:19 2015 -0500

    wmload: Include sys/wait.h.
    
    Needed to fix "implicit declaration of function ‘waitpid’" warning
    introduced after merging asload-0.9.4.
---
 wmload.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/wmload.c b/wmload.c
index 893856b..5713d7f 100644
--- a/wmload.c
+++ b/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>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmload.git



More information about the Pkg-wmaker-commits mailing list