From 2fc8a13588eee7b39bcda21838c88ed2f7be42c9 Mon Sep 17 00:00:00 2001 From: "arg@suckless.org" <unknown> Date: Thu, 27 Sep 2007 09:14:32 +0200 Subject: fixed inclusion order --- dwm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dwm.c b/dwm.c index ca57f8e..277f561 100644 --- 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> -- cgit v1.2.3