Fix FLAC extension native part compilation

In the latest NDK version (r15) compilation fails because 'memset' isn't defined. Included cstring header.

Issue: #2977

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=160139022
This commit is contained in:
eguven 2017-06-26 06:51:52 -07:00 committed by Oliver Woodman
parent 2f7de7d3e8
commit 6c24d93805

View File

@ -22,6 +22,7 @@
#include <cassert> #include <cassert>
#include <cstdlib> #include <cstdlib>
#include <cstring>
#define LOG_TAG "FLACParser" #define LOG_TAG "FLACParser"
#define ALOGE(...) \ #define ALOGE(...) \