You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
387 B

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"