JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fixed inclusion order
authorarg@suckless.org <unknown>
Thu, 27 Sep 2007 07:14:32 +0000 (09:14 +0200)
committerarg@suckless.org <unknown>
Thu, 27 Sep 2007 07:14:32 +0000 (09:14 +0200)
dwm.c

diff --git a/dwm.c b/dwm.c
index ca57f8e..277f561 100644 (file)
--- a/dwm.c
+++ b/dwm.c
  */
 #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>