fix: cpuid.h error in mac for M1 cpu type
This commit is contained in:
parent
c557f3e6cd
commit
10c0d45b3a
|
@ -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