JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
don't use Xlocale crap, let's use locale.h instead
authorarg@mig29 <unknown>
Thu, 7 Dec 2006 08:49:45 +0000 (09:49 +0100)
committerarg@mig29 <unknown>
Thu, 7 Dec 2006 08:49:45 +0000 (09:49 +0100)
draw.c

diff --git a/draw.c b/draw.c
index e4b2b88..2dcafe1 100644 (file)
--- a/draw.c
+++ b/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 */