summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-12-05 18:53:40 +0000
committerJim Meyering <jim@meyering.net>2004-12-05 18:53:40 +0000
commit9df080cfc5bce3d0a9f871bab65222c9c3b3e60d (patch)
tree3a739a4be1fceb528e756673b0357cd7eafd0f98 /lib
parent2edd4a37692a8ab8896087fbcb0e7f11e5de7891 (diff)
downloadcoreutils-9df080cfc5bce3d0a9f871bab65222c9c3b3e60d.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/__fpending.c4
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