Merge pull request #18536 from taosdata/fix/cpuid
fix: cpuid.h error in mac for M1 cpu type
This commit is contained in:
commit
2d1ceaa6c9
|
@ -43,12 +43,12 @@ extern "C" {
|
|||
#include <sys/utsname.h>
|
||||
#include <sys/wait.h>
|
||||
#include <termios.h>
|
||||
#include <cpuid.h>
|
||||
|
||||
#if defined(DARWIN)
|
||||
#else
|
||||
#include <argp.h>
|
||||
#include <sys/prctl.h>
|
||||
#include <cpuid.h>
|
||||
#endif
|
||||
#else
|
||||
|
||||
|
|
Loading…
Reference in New Issue