don't use Xlocale crap, let's use locale.h instead 4b061558
arg@mig29 · 2006-12-07 09:49 1 file(s) · +1 −1
draw.c +1 −1
2 2
 * See LICENSE file for license details.
3 3
 */
4 4
#include "dwm.h"
5 +
#include <locale.h>
5 6
#include <stdio.h>
6 7
#include <string.h>
7 -
#include <X11/Xlocale.h>
8 8
9 9
/* static */
10 10