From 4b06155873d8d6b6588c3fc50c92c64a61a863f4 Mon Sep 17 00:00:00 2001
From: "arg@mig29" <unknown>
Date: Thu, 7 Dec 2006 09:49:45 +0100
Subject: don't use Xlocale crap, let's use locale.h instead

---
 draw.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/draw.c b/draw.c
index e4b2b88..2dcafe1 100644
--- 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 */
 
-- 
cgit v1.2.3