fix arm compile error

This commit is contained in:
dapan1121 2021-03-29 15:24:44 +08:00
parent 5b5e3750d2
commit e68fc548fc
2 changed files with 2 additions and 0 deletions

View File

@ -77,6 +77,7 @@ extern "C" {
#include <sys/resource.h>
#include <error.h>
#include <math.h>
#include <dlfcn.h>
#define TAOS_OS_FUNC_LZ4
#define BUILDIN_CLZL(val) __builtin_clzll(val)

View File

@ -78,6 +78,7 @@ extern "C" {
#include <error.h>
#include <linux/sysctl.h>
#include <math.h>
#include <dlfcn.h>
#ifdef __cplusplus
}