浏览代码

fixed inclusion order

arg@suckless.org 18 年之前
父节点
当前提交
2fc8a13588
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      dwm.c

+ 2 - 1
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>