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:
Doug Torrance 2015-04-07 02:45:19 -05:00 committed by Carlos R. Mafra
parent 4aedbc5823
commit 6ff9ad80f5

View file

@ -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>