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