dwm

my fork of dwm
Index Commits Files Refs README LICENSE
commit 0be9fb8797632f2792cc8bde0221560b3fb47cd4
parent 62a491e36d493bf4585b348a4c28c5ed9bd3ea4e
Author: a@null <unknown>
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>