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.
|
* 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 */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user