Fix compiler errors in common.h

This commit is contained in:
Ashwin Sekhar T K 2015-10-05 17:46:11 +05:30
parent f2f8a0fe8b
commit 9742dba595
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ extern "C" {
#if !defined(_MSC_VER)
#include <unistd.h>
#endif
#include <time.h>
#ifdef OS_LINUX
#include <malloc.h>