Fixed missing includes in wctomb wrapper
This commit is contained in:
		@@ -416,7 +416,6 @@ autoreconf -v --install \
 | 
			
		||||
 | 
			
		||||
env CFLAGS="-isystem$BUILDDIR/usr/include \
 | 
			
		||||
			-isystem$BUILDDIR/../android-shmem \
 | 
			
		||||
			-include strings.h \
 | 
			
		||||
			-I$BUILDDIR/.." \
 | 
			
		||||
LDFLAGS="-L$BUILDDIR" \
 | 
			
		||||
$BUILDDIR/setCrossEnvironment.sh \
 | 
			
		||||
 
 | 
			
		||||
@@ -1,5 +1,6 @@
 | 
			
		||||
#include <wchar.h>
 | 
			
		||||
#include <stdlib.h>
 | 
			
		||||
#include <string.h>
 | 
			
		||||
 | 
			
		||||
/* Copied from Bionic libc */
 | 
			
		||||
static int
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user