JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
added sys/signal.h inclusion for BSD compliance
authora@null <unknown>
Sat, 13 Dec 2008 16:35:34 +0000 (16:35 +0000)
committera@null <unknown>
Sat, 13 Dec 2008 16:35:34 +0000 (16:35 +0000)
dwm.c

diff --git a/dwm.c b/dwm.c
index d6dc467..73ce7bf 100644 (file)
--- 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>