Missing system inlude in self-defined autoconf tests https://bugs.gentoo.org/908483 --- a/m4macros/eso.m4 +++ b/m4macros/eso.m4 @@ -252,6 +252,7 @@ AC_RUN_IFELSE([ #include #include +#include int doit(char * s, ...) @@ -701,6 +702,7 @@ [ AC_RUN_IFELSE([ #include +#include void f(int i, ...) { @@ -733,6 +735,7 @@ [ AC_RUN_IFELSE([ #include +#include void f(int i, ...) { @@ -784,6 +787,7 @@ [ AC_RUN_IFELSE([ #include +#include void f(int i, ...) {