Fixed missing includes in wctomb wrapper

This commit is contained in:
Sergii Pylypenko
2019-02-25 19:17:53 +02:00
parent 7824b58766
commit f421bc0a42
2 changed files with 1 additions and 1 deletions

View File

@@ -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 \

View File

@@ -1,5 +1,6 @@
#include <wchar.h>
#include <stdlib.h>
#include <string.h>
/* Copied from Bionic libc */
static int