Browse Source

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

arg@mig29 19 years ago
parent
commit
4b06155873
1 changed files with 1 additions and 1 deletions
  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 */