mirror of
git://git.suckless.org/dwm
synced 2025-04-28 19:30:59 +01:00
don't use Xlocale crap, let's use locale.h instead
This commit is contained in:
parent
857d825eeb
commit
4b06155873
2
draw.c
2
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 */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user