diff options
author | arg@mig29 <unknown> | 2006-12-07 09:49:45 +0100 |
---|---|---|
committer | arg@mig29 <unknown> | 2006-12-07 09:49:45 +0100 |
commit | 4b06155873d8d6b6588c3fc50c92c64a61a863f4 (patch) | |
tree | 30befcbc31887991bda89064a81a362f2e71829d | |
parent | 857d825eeb9f0d91a3d8a2507e8955196646f9a1 (diff) |
don't use Xlocale crap, let's use locale.h instead
-rw-r--r-- | draw.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |