changeset: 1374:ff5fd6693d5d
tag: tip
user: a_AT_null
date: Sat Dec 13 17:44:29 2008 +0000
files: dwm.c
description:
ok, using signal.h for portability reasons
diff -r e3763c292e4e -r ff5fd6693d5d dwm.c
--- a/dwm.c Sat Dec 13 17:27:48 2008 +0000
+++ b/dwm.c Sat Dec 13 17:44:29 2008 +0000
@@ -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>
Received on Sat Dec 13 2008 - 17:45:29 UTC
This archive was generated by hypermail 2.2.0 : Sat Dec 13 2008 - 17:48:08 UTC