From c030b0fc987251a169b63e7c3d75b5d59351c9aa Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 28 Aug 2000 14:50:37 +0000 Subject: [PATCH] include stdio_ext.h --- lib/__fpending.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/__fpending.h b/lib/__fpending.h index 01614ab04..2130c9071 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 *); -- 2.11.0