X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2F__fpending.h;h=5a5158216c1a1261629ae8bbaa54b68a30fc803a;hb=3bd23802ad65a4379e0c97d736dc6c2ab2d37f1d;hp=2130c9071123b321e2ff1e75ee3510bb175ac806;hpb=c030b0fc987251a169b63e7c3d75b5d59351c9aa;p=gnulib.git diff --git a/lib/__fpending.h b/lib/__fpending.h index 2130c9071..5a5158216 100644 --- a/lib/__fpending.h +++ b/lib/__fpending.h @@ -2,12 +2,16 @@ # include #endif +#include #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