dwm

personal fork of dwm (rnpnr branch)
git clone anongit@rnpnr.xyz:dwm.git
Log | Files | Refs | Feed | README | LICENSE

Commit: 0be9fb8797632f2792cc8bde0221560b3fb47cd4
Parent: 62a491e36d493bf4585b348a4c28c5ed9bd3ea4e
Author: a@null
Date:   Sat, 13 Dec 2008 16:35:34 +0000

added sys/signal.h inclusion for BSD compliance
Diffstat:
Mdwm.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/dwm.c b/dwm.c @@ -27,6 +27,7 @@ #include <stdlib.h> #include <string.h> #include <unistd.h> +#include <sys/signal.h> #include <sys/types.h> #include <sys/wait.h> #include <X11/cursorfont.h>