summaryrefslogtreecommitdiff
path: root/lib/fpending.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/fpending.h')
-rw-r--r--lib/fpending.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/lib/fpending.h b/lib/fpending.h
index bf40d3732e7..4eca3f18e17 100644
--- a/lib/fpending.h
+++ b/lib/fpending.h
@@ -20,11 +20,10 @@
#include <stddef.h>
#include <stdio.h>
+#if HAVE_STDIO_EXT_H
+# include <stdio_ext.h>
+#endif
-#if HAVE_DECL___FPENDING
-# if HAVE_STDIO_EXT_H
-# include <stdio_ext.h>
-# endif
-#else
+#ifndef __fpending
size_t __fpending (FILE *);
#endif