aboutsummaryrefslogtreecommitdiffstats
path: root/dwm.c
diff options
context:
space:
mode:
authora@null <unknown>2008-12-13 17:35:34 +0100
committera@null <unknown>2008-12-13 17:35:34 +0100
commit0be9fb8797632f2792cc8bde0221560b3fb47cd4 (patch)
treef06313137d0b84bb4686fdfa3a8ffc45820de975 /dwm.c
parent62a491e36d493bf4585b348a4c28c5ed9bd3ea4e (diff)
downloaddwm-0be9fb8797632f2792cc8bde0221560b3fb47cd4.tar.zst
added sys/signal.h inclusion for BSD compliance
Diffstat (limited to 'dwm.c')
-rw-r--r--dwm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dwm.c b/dwm.c
index d6dc467..73ce7bf 100644
--- 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>