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:
6372500
)
fixed inclusion order
author
arg@suckless.org
<unknown>
Thu, 27 Sep 2007 07:14:32 +0000
(09:14 +0200)
committer
arg@suckless.org
<unknown>
Thu, 27 Sep 2007 07:14:32 +0000
(09:14 +0200)
dwm.c
patch
|
blob
|
history
diff --git
a/dwm.c
b/dwm.c
index ca57f8e8b9e40c638c03c3b780bc663e75677b0a..277f56107644d79f7dac5c2f0722e2a975dd8e8f 100644
(file)
--- a/
dwm.c
+++ b/
dwm.c
@@
-27,14
+27,15
@@
*/
#include <errno.h>
#include <locale.h>
-#include <regex.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/select.h>
+#include <sys/types.h>
#include <sys/wait.h>
+#include <regex.h>
#include <X11/cursorfont.h>
#include <X11/keysym.h>
#include <X11/Xatom.h>