diff --git a/include/glibc-compat/features.h b/include/glibc-compat/features.h index 7f5c4ee71f..cccae9c581 100644 --- a/include/glibc-compat/features.h +++ b/include/glibc-compat/features.h @@ -10,6 +10,11 @@ #include_next +/* Recently, some system header files started to rely on + * already including . So we need to do it. + */ +#include + #define hidden __attribute__((__visibility__("hidden"))) #define __GNU_LIBRARY__ 6