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

new_dwm
arg@mig29 18 years ago
parent 857d825eeb
commit 4b06155873

@ -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…
Cancel
Save