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:
parent
e7b976862a
commit
ab65d635c8
2 changed files with 7 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue