X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2F__fpending.h;h=5a5158216c1a1261629ae8bbaa54b68a30fc803a;hb=fc66900ee825390c11719d7d3e6816c6fa94ef45;hp=01614ab04bd2d2c5417c67bc615eab1c07513906;hpb=f2a163ee1ce1defcf082644762fef2472693be06;p=gnulib.git diff --git a/lib/__fpending.h b/lib/__fpending.h index 01614ab04..5a5158216 100644 --- a/lib/__fpending.h +++ b/lib/__fpending.h @@ -2,7 +2,16 @@ # 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