Browse Source

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

master
arg@mig29 18 years ago
parent
commit
4b06155873
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      draw.c

+ 1
- 1
draw.c View File

@ -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