Procházet zdrojové kódy

there might be envs which need Xlib.h

Anselm R. Garbe před 18 roky
rodič
revize
01022b95d6
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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>