This website works better with JavaScript.
Home
Explore
Help
Sign In
tovi
/
dwm
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
ok, using signal.h for portability reasons
master
a@null
16 years ago
parent
3ad906eede
commit
57a0788bd8
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dwm.c
+ 1
- 1
dwm.c
View File
@ -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>
Write
Preview
Loading…
Cancel
Save