hal: msm8916: Fix for vndk compilation errors

There are few Implicit declaration compilation errors for
not including required header files for system functions call.
Added required header file to fix the compilation errors.

CRs-Fixed: 2258838
Change-Id: Iffd8a3c00a2a1ad063e10c0ebf3ce9e88e3edea0
This commit is contained in:
Ramjee Singh 2018-06-06 15:22:02 +05:30 committed by Gerrit - the friendly Code Review server
parent 26c45666af
commit 82f6324683
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#include <cutils/str_parms.h>
#include <audio_hw.h>
#include <platform_api.h>
#include <unistd.h>
#include "platform.h"
#include "audio_extn.h"
#include "acdb.h"