projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96719d7
)
include stdio_ext.h
author
Jim Meyering
<jim@meyering.net>
Mon, 28 Aug 2000 14:50:37 +0000
(14:50 +0000)
committer
Jim Meyering
<jim@meyering.net>
Mon, 28 Aug 2000 14:50:37 +0000
(14:50 +0000)
lib/__fpending.h
patch
|
blob
|
history
diff --git
a/lib/__fpending.h
b/lib/__fpending.h
index 01614ab04bd2d2c5417c67bc615eab1c07513906..2130c9071123b321e2ff1e75ee3510bb175ac806 100644
(file)
--- 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 *);