From: a@null <unknown>
Date: Sat, 13 Dec 2008 17:44:29 +0000 (+0000)
Subject: ok, using signal.h for portability reasons
X-Git-Url: https://git.danieliu.xyz/?a=commitdiff_plain;h=57a0788bd880809dcfa09c597fb29a19c8db7ed2;p=dwm.git

ok, using signal.h for portability reasons
---

diff --git a/dwm.c b/dwm.c
index 883610a..378fde5 100644
--- a/dwm.c
+++ b/dwm.c
@@ -23,11 +23,11 @@
 #include <errno.h>
 #include <locale.h>
 #include <stdarg.h>
+#include <signal.h>
 #include <stdio.h>
 #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>