소스 검색

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>