1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-25 10:16:53 +02:00

include stdio_ext.h

This commit is contained in:
Jim Meyering
2000-08-28 14:50:37 +00:00
parent 96719d7999
commit edc1ebe9e7
+5
View 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 *);