lib/strutils: circumvent missing localeconv()

Add stub too nls.h, include it instead of locale.h.
Code in strutils handles already returned NULL.

Signed-off-by: maximilian attems <max@stro.at>
This commit is contained in:
maximilian attems 2012-05-31 19:40:49 +02:00 committed by Karel Zak
parent e7b976862a
commit ab65d635c8
2 changed files with 7 additions and 1 deletions

View file

@ -9,10 +9,10 @@
#include <ctype.h>
#include <errno.h>
#include <sys/stat.h>
#include <locale.h>
#include <string.h>
#include "c.h"
#include "nls.h"
#include "strutils.h"
#include "bitops.h"