diff options
-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 */ |