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

This commit is contained in:
arg@mig29 2006-12-07 09:49:45 +01:00
parent 857d825eeb
commit 4b06155873

2
draw.c
View File

@ -2,9 +2,9 @@
* See LICENSE file for license details. * See LICENSE file for license details.
*/ */
#include "dwm.h" #include "dwm.h"
#include <locale.h>
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include <X11/Xlocale.h>
/* static */ /* static */