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 a97c484bfd
commit 0ae757087f

View File

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