projects
/
suckless
/
dwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ad906e
)
ok, using signal.h for portability reasons
author
a@null
<unknown>
Sat, 13 Dec 2008 17:44:29 +0000
(17:44 +0000)
committer
a@null
<unknown>
Sat, 13 Dec 2008 17:44:29 +0000
(17:44 +0000)
dwm.c
patch
|
blob
|
history
diff --git
a/dwm.c
b/dwm.c
index 883610a823f544118c73b30315062c4c51cdc5cf..378fde5d2ee6d4aab735f1f3e5877837b0dcb89f 100644
(file)
--- 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>