don't use Xlocale crap, let's use locale.h instead
4b061558
1 file(s) · +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 |