summaryrefslogtreecommitdiff
path: root/lib/__fpending.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-08-28 14:50:37 +0000
committerJim Meyering <jim@meyering.net>2000-08-28 14:50:37 +0000
commitedc1ebe9e74ccbb423a202a0fc2d900d7544eaf2 (patch)
treecfad5b6f7e979f1d7b5f75e793b999ed241ff420 /lib/__fpending.h
parent96719d7999f7e820d2130ff22b10f3b756e48ab1 (diff)
downloadcoreutils-edc1ebe9e74ccbb423a202a0fc2d900d7544eaf2.tar.xz
include stdio_ext.h
Diffstat (limited to 'lib/__fpending.h')
-rw-r--r--lib/__fpending.h5
1 files changed, 5 insertions, 0 deletions
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 <stdio.h>
+
+#if HAVE_STDIO_EXT_H
+# include <stdio_ext.h>
+#endif
+
#include <sys/types.h>
size_t __fpending (FILE *);