chiark / gitweb /
Initial push
[termux-packages] / packages / mc / strutilutf8.patch
1 diff -u -r ../mc-4.8.11/lib/strutil/strutilutf8.c ./lib/strutil/strutilutf8.c
2 --- ../mc-4.8.11/lib/strutil/strutilutf8.c      2013-11-29 19:27:07.000000000 +0100
3 +++ ./lib/strutil/strutilutf8.c 2014-02-07 01:56:32.000000000 +0100
4 @@ -26,7 +26,9 @@
5  #include <config.h>
6  
7  #include <stdlib.h>
8 +#ifndef __ANDROID__
9  #include <langinfo.h>
10 +#endif
11  #include <string.h>
12  
13  #include "lib/global.h"