tadded sys/signal.h inclusion for BSD compliance - dwm - [fork] customized build of dwm, the dynamic window manager
(HTM) git clone git://src.adamsgaard.dk/dwm
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 0be9fb8797632f2792cc8bde0221560b3fb47cd4
(DIR) parent 62a491e36d493bf4585b348a4c28c5ed9bd3ea4e
(HTM) Author: a@null <unknown>
Date: Sat, 13 Dec 2008 16:35:34 +0000
added sys/signal.h inclusion for BSD compliance
Diffstat:
M dwm.c | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
(DIR) diff --git a/dwm.c b/dwm.c
t@@ -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>