X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2F__fpending.h;h=36a842ed529ec1f31849ecec862e750a532ecea4;hb=8de557e31178699dd6e839850056f0653cdfba89;hp=01614ab04bd2d2c5417c67bc615eab1c07513906;hpb=f2a163ee1ce1defcf082644762fef2472693be06;p=gnulib.git diff --git a/lib/__fpending.h b/lib/__fpending.h index 01614ab04..36a842ed5 100644 --- a/lib/__fpending.h +++ b/lib/__fpending.h @@ -1,8 +1,13 @@ -#if HAVE_CONFIG_H -# include -#endif - +#include #include -#include +#if HAVE_STDIO_EXT_H +# include +#endif + +#ifndef HAVE_DECL___FPENDING +"this configure-time declaration test was not run" +#endif +#if !HAVE_DECL___FPENDING size_t __fpending (FILE *); +#endif