Explorar o código

don't use Xlocale crap, let's use locale.h instead

arg@mig29 %!s(int64=19) %!d(string=hai) anos
pai
achega
4b06155873
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      draw.c

+ 1 - 1
draw.c

@@ -2,9 +2,9 @@
  * See LICENSE file for license details.
  */
 #include "dwm.h"
+#include <locale.h>
 #include <stdio.h>
 #include <string.h>
-#include <X11/Xlocale.h>
 
 /* static */