wmload: Include sys/wait.h.
Needed to fix "implicit declaration of function ‘waitpid’" warning introduced after merging asload-0.9.4.
This commit is contained in:
parent
4aedbc5823
commit
6ff9ad80f5
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue