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