From: Jim Meyering Date: Mon, 28 Aug 2000 14:50:37 +0000 (+0000) Subject: include stdio_ext.h X-Git-Tag: FILEUTILS-4_0z~79 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=edc1ebe9e74ccbb423a202a0fc2d900d7544eaf2;p=thirdparty%2Fcoreutils.git include stdio_ext.h --- diff --git a/lib/__fpending.h b/lib/__fpending.h index 01614ab04b..2130c90711 100644 --- a/lib/__fpending.h +++ b/lib/__fpending.h @@ -3,6 +3,11 @@ #endif #include + +#if HAVE_STDIO_EXT_H +# include +#endif + #include size_t __fpending (FILE *);