This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
dwm
generated from
gmarx/git-template
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
added sys/signal.h inclusion for BSD compliance
config
a@null
16 years ago
parent
62a491e36d
commit
0be9fb8797
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
dwm.c
+ 1
- 0
dwm.c
View File
@ -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>
Write
Preview
Loading…
Cancel
Save