14 lines
387 B
Diff
14 lines
387 B
Diff
|
diff -u -r ../mc-4.8.11/lib/strutil/strutilutf8.c ./lib/strutil/strutilutf8.c
|
||
|
--- ../mc-4.8.11/lib/strutil/strutilutf8.c 2013-11-29 19:27:07.000000000 +0100
|
||
|
+++ ./lib/strutil/strutilutf8.c 2014-02-07 01:56:32.000000000 +0100
|
||
|
@@ -26,7 +26,9 @@
|
||
|
#include <config.h>
|
||
|
|
||
|
#include <stdlib.h>
|
||
|
+#ifndef __ANDROID__
|
||
|
#include <langinfo.h>
|
||
|
+#endif
|
||
|
#include <string.h>
|
||
|
|
||
|
#include "lib/global.h"
|