[osal]: Fix compiling error on Linux

Change-Id: Ia8daa63718fd8912093e5197fcfe823e378d1972
Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
This commit is contained in:
Herman Chen
2017-01-06 16:41:26 +08:00
parent bfa825d3d9
commit 51a7f82285

View File

@@ -17,6 +17,8 @@
#ifdef RKPLATFORM #ifdef RKPLATFORM
#include <fcntl.h> #include <fcntl.h>
#endif #endif
#include <string.h>
#include "mpp_log.h" #include "mpp_log.h"
#include "mpp_common.h" #include "mpp_common.h"
#include "mpp_platform.h" #include "mpp_platform.h"