diff options
Diffstat (limited to 'lib/__fpending.c')
-rw-r--r-- | lib/__fpending.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/__fpending.c b/lib/__fpending.c index c2405cd63..eeedd6544 100644 --- a/lib/__fpending.c +++ b/lib/__fpending.c @@ -21,10 +21,10 @@ # include <config.h> #endif -#include <stdlib.h> - #include "__fpending.h" +#include <stdlib.h> + /* Return the number of pending (aka buffered, unflushed) bytes on the stream, FP, that is open for writing. */ size_t |