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
fixed inclusion order
config
arg@suckless.org
17 years ago
parent
63725004f5
commit
2fc8a13588
1 changed files
with
2 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
dwm.c
+ 2
- 1
dwm.c
View File
@ -27,14 +27,15 @@
*/
*/
#
include
<errno.h>
#
include
<errno.h>
#
include
<locale.h>
#
include
<locale.h>
#
include
<regex.h>
#
include
<stdarg.h>
#
include
<stdarg.h>
#
include
<stdio.h>
#
include
<stdio.h>
#
include
<stdlib.h>
#
include
<stdlib.h>
#
include
<string.h>
#
include
<string.h>
#
include
<unistd.h>
#
include
<unistd.h>
#
include
<sys/select.h>
#
include
<sys/select.h>
#
include
<sys/types.h>
#
include
<sys/wait.h>
#
include
<sys/wait.h>
#
include
<regex.h>
#
include
<X11/cursorfont.h>
#
include
<X11/cursorfont.h>
#
include
<X11/keysym.h>
#
include
<X11/keysym.h>
#
include
<X11/Xatom.h>
#
include
<X11/Xatom.h>
Write
Preview
Loading…
Cancel
Save