tdon't use Xlocale crap, let's use locale.h instead - dwm - [fork] customized build of dwm, the dynamic window manager
HTML git clone git://src.adamsgaard.dk/dwm
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 4b06155873d8d6b6588c3fc50c92c64a61a863f4
DIR parent 857d825eeb9f0d91a3d8a2507e8955196646f9a1
HTML Author: arg@mig29 <unknown>
Date: Thu, 7 Dec 2006 09:49:45 +0100
don't use Xlocale crap, let's use locale.h instead
Diffstat:
M draw.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/draw.c b/draw.c
t@@ -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 */