diff options
| author | Petr Uzel <petr.uzel@suse.cz> | 2012-05-15 10:49:01 +0200 |
|---|---|---|
| committer | Karel Zak <kzak@redhat.com> | 2012-05-15 11:32:27 +0200 |
| commit | e12c9866b59f9142f6aa6e7a286f1e95ca8f9ee4 (patch) | |
| tree | 1ae1fb7a300005d305ab4c2f4eb7b71be937704f /text-utils/pg.c | |
| parent | ea178007eb63a528f27805c04b5246519b5ef61a (diff) | |
| download | util-linux-e12c9866b59f9142f6aa6e7a286f1e95ca8f9ee4.tar.gz | |
include: rename writeall.h to all-io.h
Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
Diffstat (limited to 'text-utils/pg.c')
| -rw-r--r-- | text-utils/pg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/text-utils/pg.c b/text-utils/pg.c index 2b5144252a..0bd8279810 100644 --- a/text-utils/pg.c +++ b/text-utils/pg.c @@ -62,7 +62,7 @@ #include "nls.h" #include "xalloc.h" #include "widechar.h" -#include "writeall.h" +#include "all-io.h" #include "closestream.h" #define READBUF LINE_MAX /* size of input buffer */ |
