<string.h>, <stdlib.h>, <stdbool.h>, <limits.h>, <errno.h>.
Include "system.h" before the other lib/*.h header files.
Include <sys/types.h> before "system.h".
(wrap_write): Remove declaration of unused local, initial_column.
/* Written by Simon Josefsson <simon@josefsson.org>. */
#include <config.h>
-#include <getopt.h>
-#include <string.h>
#include <stdio.h>
-#include <stdlib.h>
-#include <stdbool.h>
-#include <limits.h>
-#include <errno.h>
+#include <getopt.h>
+#include <sys/types.h>
+#include "system.h"
#include "error.h"
#include "xstrtol.h"
#include "quote.h"
#include "quotearg.h"
-#include "system.h"
#include "base64.h"
size_t wrap_column, size_t * current_column, FILE *out)
{
size_t written;
- size_t initial_column = *current_column;
if (wrap_column == 0)
{