Roll libwebm: Fix android build failure with NDK r15b.

BUG=webm:1447

Change-Id: I8defe45cb94eb9c209ba72ce446786f24c14c0b8
This commit is contained in:
Jerome Jiang 2017-07-17 13:59:14 -07:00
parent 59e461db1f
commit 8ad9338e2e
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
URL: https://chromium.googlesource.com/webm/libwebm
Version: a97c484bfd6b5de4b1b61efe33089b55d810b412
Version: 0ae757087f5e6eb01dfea16cc09205b2425cfb74
License: BSD
License File: LICENSE.txt

View File

@ -10,6 +10,7 @@
#ifdef __ANDROID__
#include <fcntl.h>
#include <unistd.h>
#endif
#include <cassert>