1 2 3 4 5 6 7 8 9 10 11 12
Bug: https://bugs.gentoo.org/show_bug.cgi?id=604406 --- a/cpuid.c +++ b/cpuid.c @@ -30,6 +30,7 @@ #define _GNU_SOURCE #include <stdio.h> #include <sys/types.h> +#include <sys/sysmacros.h> #include <sys/stat.h> #include <fcntl.h> #include <errno.h>