[hackers] [dwm] fixed inclusion order

From: <arg_AT_suckless.org>
Date: Thu Sep 27 09:16:35 2007

changeset: 1014:35461e0a4894
tag: tip
user: arg_AT_suckless.org
date: Thu Sep 27 09:14:32 2007 +0200
summary: fixed inclusion order

diff -r e5e37ad38ea7 -r 35461e0a4894 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>
Received on Thu Sep 27 2007 - 09:16:35 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:58:18 UTC