this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[mldr] Don't Include "cpuid.h" If Building For Non-x86 Platforms

+2
+2
src/startup/mldr/commpage.c
··· 5 5 #include <tgmath.h> 6 6 #include <string.h> 7 7 #include <stdlib.h> 8 + #if defined(__i386__) || defined(__x86_64__) 8 9 #include <cpuid.h> 10 + #endif 9 11 #include <unistd.h> 10 12 #include <sys/sysinfo.h> 11 13