浏览代码

there might be envs which need Xlib.h

Anselm R. Garbe 18 年之前
父节点
当前提交
01022b95d6
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      dwm.c

+ 1 - 0
dwm.c

@@ -41,6 +41,7 @@
 #include <X11/cursorfont.h>
 #include <X11/keysym.h>
 #include <X11/Xatom.h>
+#include <X11/Xlib.h>
 #include <X11/Xproto.h>
 #include <X11/Xutil.h>