fixed inclusion order
authorarg@suckless.org
Thu, 27 Sep 2007 09:14:32 +0200
changeset 1014 35461e0a4894
parent 1013 e5e37ad38ea7
child 1015 f052223df8d5
fixed inclusion order
dwm.c
--- a/dwm.c	Wed Sep 26 19:14:22 2007 +0200
+++ b/dwm.c	Thu Sep 27 09:14:32 2007 +0200
@@ -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>