include stdio_ext.h
authorJim Meyering <jim@meyering.net>
Mon, 28 Aug 2000 14:50:37 +0000 (14:50 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 28 Aug 2000 14:50:37 +0000 (14:50 +0000)
lib/__fpending.h

index 01614ab04bd2d2c5417c67bc615eab1c07513906..2130c9071123b321e2ff1e75ee3510bb175ac806 100644 (file)
@@ -3,6 +3,11 @@
 #endif
 
 #include <stdio.h>
+
+#if HAVE_STDIO_EXT_H
+# include <stdio_ext.h>
+#endif
+
 #include <sys/types.h>
 
 size_t __fpending (FILE *);