fix: cpuid.h error in mac for M1 cpu type

This commit is contained in:
wangmm0220 2022-11-29 11:57:12 +08:00
parent c557f3e6cd
commit 10c0d45b3a
1 changed files with 1 additions and 1 deletions

View File

@ -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