Commit 4b06155

arg@mig29 <unknown>
2006-12-07 03:49:45
don't use Xlocale crap, let's use locale.h instead
1 parent 857d825
Changed files (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 */