diff options
author | Jim Meyering <jim@meyering.net> | 2004-12-05 18:53:40 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-12-05 18:53:40 +0000 |
commit | 9df080cfc5bce3d0a9f871bab65222c9c3b3e60d (patch) | |
tree | 3a739a4be1fceb528e756673b0357cd7eafd0f98 | |
parent | 2edd4a37692a8ab8896087fbcb0e7f11e5de7891 (diff) | |
download | coreutils-9df080cfc5bce3d0a9f871bab65222c9c3b3e60d.tar.xz |
*** empty log message ***
-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 |